parent
212dd299e2
commit
daa69a54fa
1 changed files with 9 additions and 0 deletions
|
@ -21,6 +21,15 @@ in
|
|||
enable = true;
|
||||
};
|
||||
|
||||
# Jackett wants to eat *all* my RAM if left to its own devices
|
||||
systemd.services.jackett = {
|
||||
serviceConfig = {
|
||||
MemoryHigh = "15%";
|
||||
MemoryMax = "25%";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.nginx.virtualHosts."${jackettDomain}" =
|
||||
lib.mkIf cfg.jackett.enable {
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue