Merge pull request 'increase the maximum amount of procs on woodpecker' (#5) from increase-woodpecker-max-procs into main
Reviewed-on: #5
This commit is contained in:
commit
2ebe32be9e
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
environment = {
|
||||
WOODPECKER_HOST = "https://woodpecker.chir.rs";
|
||||
WOODPECKER_SERVER_ADDR = ":47927";
|
||||
WOODPECKER_MAX_PROCS = toString config.nix.settings.cores;
|
||||
};
|
||||
environmentFile = config.sops.secrets."services/woodpecker".path;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue