From 6a601b5f43a8ae7842820f58733ab700a82df581 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 8 Oct 2024 18:16:22 +0300 Subject: guix: system: Remove console font & tty configuration. --- guix/system-create.scm | 25 ------------------------- 1 file changed, 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 -- cgit v1.2.3