mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define %gdm-accounts
|
|||
(user-account
|
||||
(name "gdm")
|
||||
(group "gdm")
|
||||
(supplementary-groups '("video"))
|
||||
(system? #t)
|
||||
(comment "GNOME Display Manager user")
|
||||
(home-directory "/var/lib/gdm")
|
||||
|
|
Loading…
Reference in a new issue