summaryrefslogtreecommitdiff
path: root/guix/system-create.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/system-create.scm')
-rw-r--r--guix/system-create.scm25
1 files changed, 0 insertions, 25 deletions
diff --git a/guix/system-create.scm b/guix/system-create.scm
index bd646be..0f98f45 100644
--- a/guix/system-create.scm
+++ b/guix/system-create.scm
@@ -87,31 +87,6 @@
;; tty login
(service elogind-service-type)
- (service console-font-service-type
- (map (lambda (tty)
- ;; Use a larger font for HIDPI screens
- (cons tty (file-append
- font-terminus
- "/share/consolefonts/ter-132n")))
- '("tty1" "tty2" "tty3")))
-
- (service greetd-service-type
- (greetd-configuration
- (greeter-supplementary-groups
- (list "video" "input"))
- (terminals
- (list
- (greetd-terminal-configuration
- (terminal-vt "1")
- (terminal-switch #t))
- (greetd-terminal-configuration
- (terminal-vt "2"))
- (greetd-terminal-configuration
- (terminal-vt "3"))
- (greetd-terminal-configuration
- (terminal-vt "4"))
- (greetd-terminal-configuration
- (terminal-vt "5"))))))
(service openssh-service-type
(openssh-configuration