diff --git a/hosts/luna/modules/users.nix b/hosts/luna/modules/users.nix index 1eba818..cf171a8 100755 --- a/hosts/luna/modules/users.nix +++ b/hosts/luna/modules/users.nix @@ -1,5 +1,6 @@ { pkgs, config, ... }: { security.sudo.wheelNeedsPassword = false; + users.mutableUsers = false; users.users = { root.hashedPasswordFile = config.age.secrets.users-root-pw.path; price = { @@ -19,4 +20,4 @@ files = [ ".bash_history" ]; }; }; -} +} \ No newline at end of file