summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-08 18:16:22 +0300
committerThanos Apollo <[email protected]>2024-10-08 18:16:22 +0300
commit6a601b5f43a8ae7842820f58733ab700a82df581 (patch)
tree84301e42ef4fdb60fa7fee9625a6b1fdf3680937
parent50f8fe4e540a2e1a99b10692d77ee59f0728ff7b (diff)
guix: system: Remove console font & tty configuration.
-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