operating-systems: buer: Remove video from greeter-suplementary-groups. Use a #t terminal-switch only for the first tty.

impermanence
Luis Guilherme Coelho 2024-09-27 22:27:27 -03:00
parent 25bae783dd
commit dde2391e44
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 2 additions and 2 deletions

View File

@ -185,12 +185,12 @@
(service seatd-service-type)
(service greetd-service-type
(greetd-configuration
(greeter-supplementary-groups `("seat" "video"))
(greeter-supplementary-groups `("seat"))
(terminals
(map (lambda (x)
(greetd-terminal-configuration
(terminal-vt (number->string x))
(terminal-switch #t)
(terminal-switch (= x 1))
(default-session-command
(greetd-agreety-session
(command #~(getenv "SHELL"))))))