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:
parent
cba83f8e55
commit
9519db050f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ self, config, lib, ... }: let
|
{ self, config, lib, ... }: let
|
||||||
inherit (lib) disabled genAttrs removeAttrs;
|
inherit (lib) enabled genAttrs removeAttrs;
|
||||||
in {
|
in {
|
||||||
secrets.awsCredentials = {
|
secrets.awsCredentials = {
|
||||||
file = ./credentials.age;
|
file = ./credentials.age;
|
||||||
|
@ -25,7 +25,7 @@ in {
|
||||||
home.file.".aws/credentials".source = homeLib.file.mkOutOfStoreSymlink config.secrets.awsCredentials.path;
|
home.file.".aws/credentials".source = homeLib.file.mkOutOfStoreSymlink config.secrets.awsCredentials.path;
|
||||||
});
|
});
|
||||||
|
|
||||||
services.hercules-ci-agent = disabled {
|
services.hercules-ci-agent = enabled {
|
||||||
settings = {
|
settings = {
|
||||||
binaryCachesPath = config.secrets.herculesCaches.path;
|
binaryCachesPath = config.secrets.herculesCaches.path;
|
||||||
clusterJoinTokenPath = config.secrets.herculesToken.path;
|
clusterJoinTokenPath = config.secrets.herculesToken.path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue