diff options
Diffstat (limited to 'env')
| -rw-r--r-- | env/users/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/env/users/default.nix b/env/users/default.nix index fed8906..f490d9a 100644 --- a/env/users/default.nix +++ b/env/users/default.nix @@ -22,6 +22,11 @@ with lib; { default = [ ]; }; + allowLogin = mkOption { + type = bool; + default = true; + }; + hardAliases = mkOption { type = listOf str; default = [ ]; |
