diff --git a/base/users.nix b/base/users.nix index 1e9d845..acbbc0d 100644 --- a/base/users.nix +++ b/base/users.nix @@ -8,10 +8,10 @@ in { users.mutableUsers = false; users.users.root = { - passwordFile = config.age.secrets."users/root-hashed-password".path; + hashedPasswordFile = config.age.secrets."users/root-hashed-password".path; }; users.users.alarsyo = { - passwordFile = config.age.secrets."users/alarsyo-hashed-password".path; + hashedPasswordFile = config.age.secrets."users/alarsyo-hashed-password".path; isNormalUser = true; extraGroups = [ "media"