diff options
Diffstat (limited to 'hosts/ganymede/config.nix')
| -rw-r--r-- | hosts/ganymede/config.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index b968e3f..70cbfb2 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -22,6 +22,11 @@ file = ./secrets/wireguard-pk.age; owner = "systemd-network"; }; + + "copilot-token" = { + file = ./secrets/copilot-token.age; + owner = "copilot-api"; + }; }; terminal = { @@ -112,6 +117,11 @@ enable = true; envFile = config.collinux.secrets."caddy-env".path; }; + + copilot-api = { + enable = true; + githubToken = config.collinux.secrets."copilot-token".path; + }; }; }; } |
