summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2023-11-14 21:02:18 +0100
committerLinnnus <[email protected]>2023-11-14 21:02:18 +0100
commit9acd874595f1733fd765a66f6bbde2dc32028f50 (patch)
treed954337b88ede782d296dbb54236312441631860
parent2f876a6275796dfbbb879cb434f10d321ffd1005 (diff)
ahmed: Make users immutable
-rw-r--r--hosts/ahmed/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/ahmed/configuration.nix b/hosts/ahmed/configuration.nix
index 9fd4bd5..a8e5a5b 100644
--- a/hosts/ahmed/configuration.nix
+++ b/hosts/ahmed/configuration.nix
@@ -17,6 +17,7 @@
hashedPassword = "$y$j9T$kNJ5L50Si0sAhdrHyO19I1$YcwXZ46dI.ApLMgZSj7qImq9FrSL0CEUeoJUS8P1103";
extraGroups = ["wheel"];
};
+ users.mutableUsers = false;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;