diff --git a/machines/fuuko/services/torrent.nix b/machines/fuuko/services/torrent.nix index 4c482de..f603554 100644 --- a/machines/fuuko/services/torrent.nix +++ b/machines/fuuko/services/torrent.nix @@ -61,9 +61,6 @@ let User = "aria2"; Group = "nginx"; - # Increase number of open file descriptors (default: 1024) - LimitNOFILE = 65536; - # systemd-analyze --no-pager security aria2-rpc-proxy.service CapabilityBoundingSet = null; PrivateDevices = true; @@ -124,6 +121,9 @@ in User = "aria2"; Group = "aria2"; + # Increase number of open file descriptors (default: 1024) + LimitNOFILE = 65536; + # systemd-analyze --no-pager security aria2.service CapabilityBoundingSet = null; PrivateDevices = true;