aboutsummaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/secrets.nix b/secrets.nix
index f53d1af..6c90aa3 100644
--- a/secrets.nix
+++ b/secrets.nix
@@ -1,11 +1,10 @@
let
inherit ((builtins.fromTOML (builtins.readFile ./hosts.toml)).hosts) mercury ganymede jupiter;
in {
- "caddy-env.age".publicKeys = [ganymede.host_pubkey];
- "tsnsrv-authkey.age".publicKeys = [ganymede.host_pubkey mercury.host_pubkey];
- "williams-psk.age".publicKeys = [ganymede.host_pubkey];
- "github-ssh-key.age".publicKeys = [mercury.host_pubkey jupiter.host_pubkey];
+ "hosts/ganymede/caddy-env.age".publicKeys = [ganymede.host_pubkey];
+ "hosts/ganymede/williams-psk.age".publicKeys = [ganymede.host_pubkey];
+ "modules/terminal/nixos/github-ssh-key.age".publicKeys = [mercury.host_pubkey jupiter.host_pubkey ganymede.host_pubkey];
- "collin-copyparty-password.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey];
- "collin-forgejo-password.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey];
+ "hosts/ganymede/collin-copyparty-password.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey];
+ "hosts/ganymede/collin-forgejo-password.age".publicKeys = [mercury.host_pubkey ganymede.host_pubkey];
}