diff --git a/hosts/game-laptop/main.nix b/hosts/game-laptop/main.nix index 42b9b21..1f6563e 100644 --- a/hosts/game-laptop/main.nix +++ b/hosts/game-laptop/main.nix @@ -67,7 +67,7 @@ _: { config.local.keys.gerg_gerg-windows config.local.keys.gerg_gerg-desktop ]; - passwordFile = config.sops.secrets.root.path; + hashedPasswordFile = config.sops.secrets.root.path; }; }; }; diff --git a/hosts/gerg-desktop/main.nix b/hosts/gerg-desktop/main.nix index 042b632..1b19059 100644 --- a/hosts/gerg-desktop/main.nix +++ b/hosts/gerg-desktop/main.nix @@ -145,7 +145,7 @@ config.local.keys.gerg_gerg-phone config.local.keys.gerg_gerg-windows ]; - passwordFile = config.sops.secrets.gerg.path; + hashedPasswordFile = config.sops.secrets.gerg.path; }; "root" = { uid = 0; diff --git a/hosts/moms-laptop/main.nix b/hosts/moms-laptop/main.nix index bd86443..15533cb 100644 --- a/hosts/moms-laptop/main.nix +++ b/hosts/moms-laptop/main.nix @@ -56,7 +56,7 @@ _: { config.local.keys.gerg_gerg-windows config.local.keys.gerg_gerg-desktop ]; - passwordFile = config.sops.secrets.root.path; + hashedPasswordFile = config.sops.secrets.root.path; }; }; };