summaryrefslogtreecommitdiff
path: root/env/users
diff options
context:
space:
mode:
Diffstat (limited to 'env/users')
-rw-r--r--env/users/default.nix5
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 = [ ];