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"