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:
parent
dc161c9c37
commit
cba83f8e55
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue