aboutsummaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-26 09:19:11 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-26 09:19:11 -0500
commit6154fca38879afcb57f16adad002df083876116d (patch)
treefa30fa7334eb9ac95dc0dff6de586ab5f2e422c5 /secrets.nix
parent716a1d1f79024dc0629c61bc912a570a4a200a25 (diff)
changes
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/secrets.nix b/secrets.nix
index 75733c7..67ab5fd 100644
--- a/secrets.nix
+++ b/secrets.nix
@@ -2,7 +2,6 @@ let
inherit ((builtins.fromTOML (builtins.readFile ./hosts.toml)).hosts) mercury ganymede jupiter;
in {
"modules/terminal/nixos/github-ssh-key.age".publicKeys = [mercury.host_pubkey jupiter.host_pubkey ganymede.host_pubkey];
- "hosts/gliese-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];