diff options
| author | Simon Holywell <simon@holywell.com.au> | 2019-11-04 15:28:38 +1000 |
|---|---|---|
| committer | Simon Holywell <simon@holywell.com.au> | 2019-11-04 15:28:38 +1000 |
| commit | 39bc7bb131a98f20bd57ef5ebe107e2e955a8c96 (patch) | |
| tree | ab06275042b3844392e4b66b2e17f57ddb2232c3 /modules/system | |
| parent | 42c8f9bce3d0580cd3f155ef29e3f779ac716c5b (diff) | |
fix autologin name docs
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/defaults/loginwindow.nix | 4 |
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. ''; }; |
