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

maintenance: disable hercules ci agent for now

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

View file

@ -1,5 +1,5 @@
{ self, config, lib, ... }: let
inherit (lib) enabled genAttrs removeAttrs;
inherit (lib) disabled 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 = enabled {
services.hercules-ci-agent = disabled {
settings = {
binaryCachesPath = config.secrets.herculesCaches.path;
clusterJoinTokenPath = config.secrets.herculesToken.path;