mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
services: gdm: Disable initial system setup in GDM.
* gnu/services/xorg.scm (gdm-configuration-file): Disable gnome-initial-setup. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
parent
07a7cccbac
commit
9111f97500
1 changed files with 6 additions and 1 deletions
|
@ -862,7 +862,12 @@ (define (gdm-configuration-file config)
|
||||||
"#TimedLoginEnable=false\n"
|
"#TimedLoginEnable=false\n"
|
||||||
"#TimedLogin=\n"
|
"#TimedLogin=\n"
|
||||||
"#TimedLoginDelay=0\n"
|
"#TimedLoginDelay=0\n"
|
||||||
"#InitialSetupEnable=true\n"
|
;; Disable initial system setup inside GDM.
|
||||||
|
;; Whatever settings are set there should already be
|
||||||
|
;; taken care of through `guix system'.
|
||||||
|
;; See also
|
||||||
|
;; <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39281>.
|
||||||
|
"InitialSetupEnable=false\n"
|
||||||
;; Enable me once X is working.
|
;; Enable me once X is working.
|
||||||
"WaylandEnable=false\n"
|
"WaylandEnable=false\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Reference in a new issue