aboutsummaryrefslogtreecommitdiff
path: root/profiles/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-08-12 10:12:39 -0700
committerFranck Cuny <franck@fcuny.net>2025-08-12 10:12:39 -0700
commit6adb943f580162ea6348e3910926fc2fcefcfa79 (patch)
treed802fd738ffed6eaa508acfd5d0c98b38331fab5 /profiles/default.nix
parentadd a profile for boot (diff)
downloadinfra-6adb943f580162ea6348e3910926fc2fcefcfa79.tar.gz
add profiles for security, firewalls, and users
Diffstat (limited to '')
-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;