diff --git a/modules/users/user.nix b/modules/users/user.nix index 49c3a67c..3f39473d 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."; };