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"; })