1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

fix: enable hercules ci

This commit is contained in:
RGBCube 2025-02-26 02:06:56 +03:00
parent cba83f8e55
commit 9519db050f
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -1,5 +1,5 @@
{ self, config, lib, ... }: let
inherit (lib) disabled genAttrs removeAttrs;
inherit (lib) enabled genAttrs removeAttrs;
in {
secrets.awsCredentials = {
file = ./credentials.age;
@ -25,7 +25,7 @@ in {
home.file.".aws/credentials".source = homeLib.file.mkOutOfStoreSymlink config.secrets.awsCredentials.path;
});
services.hercules-ci-agent = disabled {
services.hercules-ci-agent = enabled {
settings = {
binaryCachesPath = config.secrets.herculesCaches.path;
clusterJoinTokenPath = config.secrets.herculesToken.path;