diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 = [ |
