services.xserver.displayManager.gdm.autoLogin: add description
This commit is contained in:
parent
7589dd61e8
commit
7f3566da8a
|
@ -25,6 +25,9 @@ in
|
||||||
|
|
||||||
autoLogin = mkOption {
|
autoLogin = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
|
description = ''
|
||||||
|
Auto login configuration attrset.
|
||||||
|
'';
|
||||||
|
|
||||||
type = types.submodule {
|
type = types.submodule {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in New Issue