me
/
guix
Archived
1
0
Fork 0

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
Florian Pelz 2020-03-26 15:19:21 +01:00
parent 77ca6fb316
commit acb41a4024
No known key found for this signature in database
GPG Key ID: 300888CB39C63817
1 changed files with 1 additions and 0 deletions

View File

@ -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")