From 9acd874595f1733fd765a66f6bbde2dc32028f50 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Tue, 14 Nov 2023 21:02:18 +0100 Subject: ahmed: Make users immutable --- hosts/ahmed/configuration.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts') 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; -- cgit v1.2.3