From 13e20450703304f022c02def95da6a87dd6501c5 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 27 Mar 2026 18:21:43 -0500 Subject: [PATCH] setting age key paths --- modules/hosts/john-p14s/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/john-p14s/configuration.nix b/modules/hosts/john-p14s/configuration.nix index 1840e15..cb2ef78 100644 --- a/modules/hosts/john-p14s/configuration.nix +++ b/modules/hosts/john-p14s/configuration.nix @@ -106,6 +106,7 @@ 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"; })