modules/nixos/buildbot: update settings

This commit is contained in:
zowoq 2024-07-27 10:26:11 +10:00
parent dc898d39d6
commit 5edb3b60aa

View file

@ -39,12 +39,13 @@
];
buildRetries = 0;
domain = "buildbot.nix-community.org";
evalMaxMemorySize = "4096";
evalMaxMemorySize = 4096;
evalWorkerCount = 32;
workersFile = config.sops.secrets.buildbot-nix-workers.path;
cachix = {
enable = true;
name = "nix-community";
authTokenFile = config.sops.secrets.cachix-auth-token.path;
auth.authToken.file = config.sops.secrets.cachix-auth-token.path;
};
github = {
authType.app = {