diff --git a/system/hosts/argon.nix b/system/hosts/argon.nix index 630e1cd..91f0711 100644 --- a/system/hosts/argon.nix +++ b/system/hosts/argon.nix @@ -183,7 +183,7 @@ in }; daniel = { - passwordFile = config.age.secrets.user-daniel-password.path; + hashedPasswordFile = config.age.secrets.user-daniel-password.path; isNormalUser = true; home = "/home/daniel"; description = "Daniel"; diff --git a/system/hosts/mediaserver.nix b/system/hosts/mediaserver.nix index 3975625..8bae967 100644 --- a/system/hosts/mediaserver.nix +++ b/system/hosts/mediaserver.nix @@ -149,7 +149,7 @@ in }; daniel = { - passwordFile = config.age.secrets.user-daniel-password.path; + hashedPasswordFile = config.age.secrets.user-daniel-password.path; isNormalUser = true; home = "/home/daniel"; description = "Daniel"; diff --git a/system/hosts/tanker.nix b/system/hosts/tanker.nix index ae453ed..b9079bd 100644 --- a/system/hosts/tanker.nix +++ b/system/hosts/tanker.nix @@ -187,7 +187,7 @@ in }; daniel = { - passwordFile = config.age.secrets.user-daniel-password.path; + hashedPasswordFile = config.age.secrets.user-daniel-password.path; isNormalUser = true; home = "/home/daniel"; description = "Daniel"; diff --git a/system/hosts/weather-sdr.nix b/system/hosts/weather-sdr.nix index 738bf95..72c0640 100644 --- a/system/hosts/weather-sdr.nix +++ b/system/hosts/weather-sdr.nix @@ -113,7 +113,7 @@ in }; daniel = { - passwordFile = config.age.secrets.user-daniel-password.path; + hashedPasswordFile = config.age.secrets.user-daniel-password.path; isNormalUser = true; home = "/home/daniel"; description = "Daniel";