diff --git a/modules/secrets.nix b/modules/secrets.nix index c9bf130..3e9fafe 100644 --- a/modules/secrets.nix +++ b/modules/secrets.nix @@ -12,6 +12,10 @@ with lib; { age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; age.keyFile = "/var/lib/sops-nix/key.txt"; age.generateKey = true; + gnupg.sshKeyPaths = [ + ../secrets/keys/users + ../secrets/keys/hosts + ]; }; }; }