Revert "modules/nixos/buildbot: disable cachix"
This reverts commit 717fb28b0a
.
This commit is contained in:
parent
ba13116584
commit
854350594a
1 changed files with 5 additions and 5 deletions
|
@ -43,11 +43,11 @@
|
||||||
evalWorkerCount = 32;
|
evalWorkerCount = 32;
|
||||||
jobReportLimit = 100;
|
jobReportLimit = 100;
|
||||||
workersFile = config.sops.secrets.buildbot-nix-workers.path;
|
workersFile = config.sops.secrets.buildbot-nix-workers.path;
|
||||||
#cachix = {
|
cachix = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# name = "nix-community";
|
name = "nix-community";
|
||||||
# auth.authToken.file = config.sops.secrets.cachix-auth-token.path;
|
auth.authToken.file = config.sops.secrets.cachix-auth-token.path;
|
||||||
#};
|
};
|
||||||
github = {
|
github = {
|
||||||
authType.app = {
|
authType.app = {
|
||||||
id = 920387;
|
id = 920387;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue