diff options
Diffstat (limited to 'secrets.nix')
| -rw-r--r-- | secrets.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secrets.nix b/secrets.nix index 461dbb7..3b2e6f4 100644 --- a/secrets.nix +++ b/secrets.nix @@ -4,6 +4,7 @@ in { "modules/terminal/nixos/github-ssh-key.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey]; "hosts/ganymede/secrets/caddy-env.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey]; + "hosts/ganymede/secrets/caddy-root-ca.key.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey]; "hosts/ganymede/secrets/williams-psk.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey]; "hosts/mercury/secrets/wg-privkey.age".publicKeys = [mercury.host_pubkey]; |
