From c946a9fdf774df4f82a8596c35bd6650c41f2103 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:28:36 -0500 Subject: [PATCH] fixed config var --- modules/hosts/john-p14s/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 516af31..fc73138 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -111,6 +111,8 @@ }) ]; sops.defaultSopsFile = ./secrets.yaml; - sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"]; + sops.age.sshKeyPaths = [ + "${config.home-manager.users.john.home.homeDirectory}/.ssh/id_ed25519" + ]; }; }