aboutsummaryrefslogtreecommitdiff
path: root/profiles/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default.nix')
-rw-r--r--profiles/default.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/default.nix b/profiles/default.nix
index 48da7b4..6d0af84 100644
--- a/profiles/default.nix
+++ b/profiles/default.nix
@@ -25,11 +25,7 @@
};
};
- ## only allow declarative user management
- users.mutableUsers = false;
-
programs.fish.enable = true;
- security.sudo.wheelNeedsPassword = false;
## disable that slow "building man-cache" step
documentation.man.generateCaches = lib.mkForce false;