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