aboutsummaryrefslogtreecommitdiff
path: root/secrets.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-19 10:59:12 -0500
commit2bc17b5cfd65a9537a9c56e74c9e7918156015e0 (patch)
treea8a323c6571556d3f1b5e8f197e17ed447f8daa4 /secrets.nix
parenta97c10944e382cc7c439339c88a007401b67beeb (diff)
changes (idk)
Diffstat (limited to 'secrets.nix')
-rw-r--r--secrets.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/secrets.nix b/secrets.nix
index 67ab5fd..75733c7 100644
--- a/secrets.nix
+++ b/secrets.nix
@@ -2,6 +2,7 @@ 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];