diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-22 12:42:46 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-22 12:42:46 -0500 |
| commit | bc81e75bead05fdf2cb6aaf3fec6e933ce8feb1a (patch) | |
| tree | a572e2bfddca3c1b81fe15fdf3ee6cc045f67e1e /secrets.nix | |
| parent | 967ec14cba166079d71d67f4137ee62fca315d62 (diff) | |
everything is working now
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]; |
