From 6b0a2f2d08ec52b5d4e9a2e3d9767fcde4fbd1a8 Mon Sep 17 00:00:00 2001 From: Gerg-L Date: Fri, 15 Sep 2023 19:56:42 -0400 Subject: [PATCH] passwordFile -> hashedPasswordFile --- hosts/game-laptop/main.nix | 2 +- hosts/gerg-desktop/main.nix | 2 +- hosts/moms-laptop/main.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; }; }; };