summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/defaults/loginwindow.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/defaults/loginwindow.nix b/modules/system/defaults/loginwindow.nix
index f2400bd..b60fc95 100644
--- a/modules/system/defaults/loginwindow.nix
+++ b/modules/system/defaults/loginwindow.nix
@@ -15,11 +15,11 @@ with lib;
};
system.defaults.loginwindow.autoLoginUser = mkOption {
- type = types.nullOr types.bool;
+ type = types.nullOr types.str;
default = null;
description = ''
# Apple menu > System Preferences > Users and Groups > Login Options
- Auto login the default user on boot. Default is false.
+ Auto login the supplied user on boot. Default is Off.
'';
};