From 6f18b00b3880e94528bc1ba112d7316af5d72fe1 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 19 Oct 2025 13:31:17 +0200 Subject: Enable mutableusers --- configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 8416a4d..e5c49d4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -27,9 +27,10 @@ keyMap = "mod-dh-iso-us"; }; + users.mutableUsers = false; users.users.mathias = { isNormalUser = true; - extraGroups = [ "wheel" "wireshark" ]; + extraGroups = [ "wheel" ]; shell = pkgs.fish; hashedPasswordFile = config.age.secrets."password-hash.txt".path; openssh.authorizedKeys.keys = [ -- cgit v1.2.3