kommode/gitea: remove upstreamed config

This commit is contained in:
2025-12-05 02:24:42 +09:00
parent 252f5a6f94
commit b5513dd6af

View File

@@ -159,10 +159,6 @@ in {
environment.systemPackages = [ cfg.package ];
systemd.services.gitea.serviceConfig.Type = lib.mkForce "notify";
systemd.services.gitea.serviceConfig.WatchdogSec = "60";
systemd.services.gitea.serviceConfig.CPUSchedulingPolicy = "batch";
systemd.services.gitea.serviceConfig.CacheDirectory = "gitea/repo-archive";