From 6adb943f580162ea6348e3910926fc2fcefcfa79 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 12 Aug 2025 10:12:39 -0700 Subject: add profiles for security, firewalls, and users --- profiles/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'profiles/default.nix') 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; -- cgit v1.2.3