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;
|
||||
jobReportLimit = 100;
|
||||
workersFile = config.sops.secrets.buildbot-nix-workers.path;
|
||||
#cachix = {
|
||||
# enable = true;
|
||||
# name = "nix-community";
|
||||
# auth.authToken.file = config.sops.secrets.cachix-auth-token.path;
|
||||
#};
|
||||
cachix = {
|
||||
enable = true;
|
||||
name = "nix-community";
|
||||
auth.authToken.file = config.sops.secrets.cachix-auth-token.path;
|
||||
};
|
||||
github = {
|
||||
authType.app = {
|
||||
id = 920387;
|
||||
|
|
Loading…
Add table
Reference in a new issue