kommode/gitea: use batch scheduling
Some checks are pending
Eval nix flake / evals (push) Waiting to run
Some checks are pending
Eval nix flake / evals (push) Waiting to run
This commit is contained in:
@@ -142,6 +142,8 @@ in {
|
||||
|
||||
environment.systemPackages = [ cfg.package ];
|
||||
|
||||
systemd.services.gitea.serviceConfig.CPUSchedulingPolicy = "batch";
|
||||
|
||||
services.nginx.virtualHosts."${domain}" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
Reference in New Issue
Block a user