diff --git a/features/remote-base.nix b/features/remote-base.nix index 4a59f95..cde28d2 100644 --- a/features/remote-base.nix +++ b/features/remote-base.nix @@ -7,6 +7,7 @@ neededForUsers = true; }; + users.mutableUsers = false; users.users.${user}.hashedPasswordFile = config.sops.secrets.user-password.path; }; }