services: gdm: Add gdm user to 'video' supplementary group.
This makes it possible to use gdm with the 'uvesafb' kernel module. See <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00389.html>. * gnu/services/xorg.scm (%gdm-accounts): Set supplementary groups.master
parent
77ca6fb316
commit
acb41a4024
|
@ -798,6 +798,7 @@ the GNOME desktop environment.")
|
|||
(user-account
|
||||
(name "gdm")
|
||||
(group "gdm")
|
||||
(supplementary-groups '("video"))
|
||||
(system? #t)
|
||||
(comment "GNOME Display Manager user")
|
||||
(home-directory "/var/lib/gdm")
|
||||
|
|
Reference in New Issue