diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-29 15:32:28 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-29 15:32:28 -0500 |
| commit | 2e0c6ccbbc76cc36e92128aea44e4bdd4e5c3d0a (patch) | |
| tree | 9096774d34661c0ea6f481fd87f20a01d0ea4ed0 /secrets.nix | |
| parent | 9c9a49a855951662da62bcdec45f69ddc0099e5c (diff) | |
jupiter officially out of comission
Diffstat (limited to 'secrets.nix')
| -rw-r--r-- | secrets.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/secrets.nix b/secrets.nix index a46e065..58b0931 100644 --- a/secrets.nix +++ b/secrets.nix @@ -1,7 +1,7 @@ let - inherit ((builtins.fromTOML (builtins.readFile ./hosts.toml)).hosts) mercury ganymede jupiter; + inherit ((builtins.fromTOML (builtins.readFile ./hosts.toml)).hosts) mercury ganymede; in { - "modules/terminal/nixos/github-ssh-key.age".publicKeys = [mercury.host_pubkey jupiter.host_pubkey ganymede.host_pubkey]; + "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]; |
