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.
This commit is contained in:
parent
77ca6fb316
commit
acb41a4024
1 changed files with 1 additions and 0 deletions
|
@ -798,6 +798,7 @@ the GNOME desktop environment.")
|
||||||
(user-account
|
(user-account
|
||||||
(name "gdm")
|
(name "gdm")
|
||||||
(group "gdm")
|
(group "gdm")
|
||||||
|
(supplementary-groups '("video"))
|
||||||
(system? #t)
|
(system? #t)
|
||||||
(comment "GNOME Display Manager user")
|
(comment "GNOME Display Manager user")
|
||||||
(home-directory "/var/lib/gdm")
|
(home-directory "/var/lib/gdm")
|
||||||
|
|
Reference in a new issue