modules/hercules-ci-agent: do not restart via NixOS configuration switch
This commit is contained in:
parent
d0ccf70b3c
commit
7e7b38d9bc
1 changed files with 6 additions and 2 deletions
|
@ -26,7 +26,11 @@
|
||||||
binaryCachesPath = config.age.secrets.hci-cache-config.path;
|
binaryCachesPath = config.age.secrets.hci-cache-config.path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
systemd.services.hercules-ci-agent.environment = {
|
systemd.services.hercules-ci-agent = {
|
||||||
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets.hci-cache-credentials.path;
|
# hercules-ci-agent-restarter should take care of this
|
||||||
|
restartIfChanged = false;
|
||||||
|
environment = {
|
||||||
|
AWS_SHARED_CREDENTIALS_FILE = config.age.secrets.hci-cache-credentials.path;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue