Add an empty secrets.json for hercules-ci
This commit is contained in:
parent
fcc627d7d1
commit
114e747b44
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
@ -26,6 +27,7 @@
|
||||||
clusterJoinTokenPath = config.age.secrets.hercules-token.path;
|
clusterJoinTokenPath = config.age.secrets.hercules-token.path;
|
||||||
concurrentTasks = lib.mkDefault 4;
|
concurrentTasks = lib.mkDefault 4;
|
||||||
binaryCachesPath = config.age.secrets.hercules-cache.path;
|
binaryCachesPath = config.age.secrets.hercules-cache.path;
|
||||||
|
secretsJsonPath = pkgs.writeText "secrets.json" "{}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue