modules/nixos/buildbot: update settings
This commit is contained in:
parent
dc898d39d6
commit
5edb3b60aa
1 changed files with 3 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue