passwordFile -> hashedPasswordFile

This commit is contained in:
Gerg-L 2023-09-15 19:56:42 -04:00
parent 9dffea126a
commit 6b0a2f2d08
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@ _: {
config.local.keys.gerg_gerg-windows config.local.keys.gerg_gerg-windows
config.local.keys.gerg_gerg-desktop config.local.keys.gerg_gerg-desktop
]; ];
passwordFile = config.sops.secrets.root.path; hashedPasswordFile = config.sops.secrets.root.path;
}; };
}; };
}; };

View file

@ -145,7 +145,7 @@
config.local.keys.gerg_gerg-phone config.local.keys.gerg_gerg-phone
config.local.keys.gerg_gerg-windows config.local.keys.gerg_gerg-windows
]; ];
passwordFile = config.sops.secrets.gerg.path; hashedPasswordFile = config.sops.secrets.gerg.path;
}; };
"root" = { "root" = {
uid = 0; uid = 0;

View file

@ -56,7 +56,7 @@ _: {
config.local.keys.gerg_gerg-windows config.local.keys.gerg_gerg-windows
config.local.keys.gerg_gerg-desktop config.local.keys.gerg_gerg-desktop
]; ];
passwordFile = config.sops.secrets.root.path; hashedPasswordFile = config.sops.secrets.root.path;
}; };
}; };
}; };