From f9546b7448aecc15541658fb155691ad82655bbd Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:26:00 -0500 Subject: [PATCH] moved key def --- modules/hosts/john-p14s/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index cb2ef78..e093647 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -106,11 +106,11 @@ rebuild ({config, ... }: { my-vscode.enable = true; - sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"]; mysops.hostSecretFile = "${config.home.homeDirectory}/Documents/dendritic/modules/hosts/john-p14s/secrets.yaml"; homeManagerFlakeDir = "${config.home.homeDirectory}/Documents/dendritic"; }) ]; sops.defaultSopsFile = ./secrets.yaml; + sops.age.sshKeyPaths = [ "${config.home.homeDirectory}/.ssh/id_ed25519"]; }; }