nixos gdm: add debug option
This commit is contained in:
parent
49abb378e3
commit
6644af5910
@ -23,6 +23,10 @@ in
|
||||
<emphasis>GDM is very experimental and may render system unusable.</emphasis>
|
||||
'';
|
||||
|
||||
debug = mkEnableOption ''
|
||||
debugging messages in GDM
|
||||
'';
|
||||
|
||||
autoLogin = mkOption {
|
||||
default = {};
|
||||
description = ''
|
||||
@ -125,6 +129,7 @@ in
|
||||
[chooser]
|
||||
|
||||
[debug]
|
||||
${optionalString cfg.gdm.debug "Enable=true"}
|
||||
'';
|
||||
|
||||
# GDM LFS PAM modules, adapted somehow to NixOS
|
||||
|
Loading…
Reference in New Issue
Block a user