aboutsummaryrefslogtreecommitdiff
path: root/profiles/core/users.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/core/users.nix
parentadd a profile for boot (diff)
downloadinfra-6adb943f580162ea6348e3910926fc2fcefcfa79.tar.gz
add profiles for security, firewalls, and users
Diffstat (limited to 'profiles/core/users.nix')
-rw-r--r--profiles/core/users.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/core/users.nix b/profiles/core/users.nix
new file mode 100644
index 0000000..e0d8662
--- /dev/null
+++ b/profiles/core/users.nix
@@ -0,0 +1,4 @@
+{ ... }:
+{
+ users.mutableUsers = false;
+}