diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-10-19 13:31:17 +0200 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-10-19 15:36:49 +0200 |
| commit | 6f18b00b3880e94528bc1ba112d7316af5d72fe1 (patch) | |
| tree | 9a877b0e0d170a83095224b4163041d07e88b5a0 | |
| parent | 3ccc68f167184a093c79cab4ff8e25b37206a20c (diff) | |
| download | oden-6f18b00b3880e94528bc1ba112d7316af5d72fe1.tar.gz | |
Enable mutableusers
| -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 = [ |
