diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-01-14 16:15:27 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-01-14 16:45:43 +0100 |
| commit | 1ba19da50de52b20ac72b3f05dab8a1ff94028d4 (patch) | |
| tree | d662965295a18ce0001e810209baf50ff4a3adc5 /modules | |
| parent | 937bf1e83c1dfa26adbd8539ed0422732eaaf657 (diff) | |
users: make users hidden by default
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/users/user.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/users/user.nix b/modules/users/user.nix index 49c3a67..3f39473 100644 --- a/modules/users/user.nix +++ b/modules/users/user.nix @@ -35,7 +35,7 @@ with lib; isHidden = mkOption { type = types.bool; - default = false; + default = true; description = "Whether to make the user account hidden."; }; |
