feat(forgejo): make runners Nice
This commit is contained in:
parent
2cd946a893
commit
b64066caeb
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ in {
|
|||
});
|
||||
};
|
||||
|
||||
systemd.services = lib.genAttrs (builtins.genList (n: "gitea-runner-runner${builtins.toString n}") numRunners) (_: {
|
||||
serviceConfig.Nice = 15;
|
||||
});
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
autoPrune.enable = true;
|
||||
|
|
Loading…
Reference in a new issue