aboutsummaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-08-20 12:34:03 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-08-20 12:34:03 -0500
commit967ec14cba166079d71d67f4137ee62fca315d62 (patch)
treed440d4443b181c54a21b64197f03b757a90b6d14 /secrets.nix
parent2b1c6161c5d2381cbfe224694dfb218aee0b6da1 (diff)
rekey a bunch of secrets, other stuff
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/secrets.nix b/secrets.nix
index e900b8c..461dbb7 100644
--- a/secrets.nix
+++ b/secrets.nix
@@ -3,8 +3,8 @@ let
in {
"modules/terminal/nixos/github-ssh-key.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey];
- "hosts/ganymede/secrets/caddy-env.age".publicKeys = [ganymede.host_pubkey];
- "hosts/ganymede/secrets/williams-psk.age".publicKeys = [ganymede.host_pubkey];
+ "hosts/ganymede/secrets/caddy-env.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];
"hosts/ganymede/secrets/wg-privkey.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey];