Revert "modules/nixos/buildbot: disable cachix"

This reverts commit 717fb28b0a.
This commit is contained in:
zowoq 2024-08-20 00:22:39 +10:00
parent ba13116584
commit 854350594a

View file

@ -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;