From 53f7767233c5bdbe496fa34b7539de83ff27ecdf Mon Sep 17 00:00:00 2001 From: Fiscal Velvet Poet Date: Mon, 4 Dec 2023 17:50:31 +1000 Subject: [PATCH] users: migrate to hashedPasswdFile --- profiles/users.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/users.nix b/profiles/users.nix index 76d00f8..1a0ee9d 100644 --- a/profiles/users.nix +++ b/profiles/users.nix @@ -19,7 +19,7 @@ group = "fiscalvelvetpoet"; extraGroups = ["wheel"]; # fix this - passwordFile = config.age.secrets.fiscalvelvetpoet.path; + hashedPasswordFile = config.age.secrets.fiscalvelvetpoet.path; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJDMAhG6+40YiYy9wqruHK9M2fLwYAqikJSJ/pRjR/so fiscalvelvetpoet@reciproka" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7qAXTCAnqq+3ks4L8/2f4J8RxmrFaMOCA7m9ImbW2m fiscalvelvetpoet@sealgair" @@ -28,7 +28,7 @@ users.users.root = { # fix this - passwordFile = config.age.secrets.root.path; + hashedPasswordFile = config.age.secrets.root.path; openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJDMAhG6+40YiYy9wqruHK9M2fLwYAqikJSJ/pRjR/so fiscalvelvetpoet@reciproka" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7qAXTCAnqq+3ks4L8/2f4J8RxmrFaMOCA7m9ImbW2m fiscalvelvetpoet@sealgair"