diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-18 13:37:47 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-18 13:37:47 -0600 |
| commit | 9979c0d6ff538354492e522d18aef22c6af64430 (patch) | |
| tree | b16e47bf2b646110d4716e7544e4644887dae838 /secrets.nix | |
| parent | 736bf37ee02205a11bb326be2320fb87c0d13a04 (diff) | |
clean up secrets config
Diffstat (limited to 'secrets.nix')
| -rw-r--r-- | secrets.nix | 11 |
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]; } |
