Torrentbox: disable ombi

This commit is contained in:
Filippo Berto 2024-05-27 01:37:12 +02:00
parent 90929cd857
commit 4b0767d835
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -1,7 +1,7 @@
{
services =
{
ombi = { enable = true; openFirewall = true; group = "users"; };
# ombi = { enable = true; openFirewall = true; group = "users"; };
bazarr = { enable = true; openFirewall = true; group = "users"; };
lidarr = { enable = true; openFirewall = true; group = "users"; };
@ -14,15 +14,15 @@
};
systemd.services = {
ombi.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
# ombi.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
bazarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
lidarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
prowlarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
radarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
readarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
sonarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
bazarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
lidarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
prowlarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
radarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
readarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
sonarr.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
transmission.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "800M"; };
transmission.serviceConfig = { MemoryHigh = "400M"; MemoryMax = "1G"; };
};
}