diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 12:53:18 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-31 12:53:18 -0600 |
| commit | 38770f9c2aa39e3c7af5a6bddb01fbad69de678b (patch) | |
| tree | 1c44cbfed879b5bbac4bf91c1ce4f48f0bb1898b /secrets.nix | |
| parent | 09b0c69504e9b51bcb17af58927f3058de635d39 (diff) | |
misc changes
Diffstat (limited to 'secrets.nix')
| -rw-r--r-- | secrets.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secrets.nix b/secrets.nix index 2dae288..d766bc7 100644 --- a/secrets.nix +++ b/secrets.nix @@ -1,5 +1,5 @@ let - inherit (builtins.fromTOML ./hosts.toml) mercury ganymede jupiter; + 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]; |
