From bd283de3508f3ee40ca816a5819f99efd69ec269 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sun, 14 Jun 2026 21:58:57 -0400 Subject: [PATCH] fix: place passwordFile at correct attrset level in gortium.nix --- users/gortium/gortium.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/gortium/gortium.nix b/users/gortium/gortium.nix index 693c95e..b94375b 100644 --- a/users/gortium/gortium.nix +++ b/users/gortium/gortium.nix @@ -10,8 +10,8 @@ nh ]; shell = pkgs.zsh; - openssh.authorizedKeys.keys = [ passwordFile = config.age.secrets.gortium_password.path; + openssh.authorizedKeys.keys = [ keys.users.gortium.main ]; };