removed proxy for torrent, nzb, multi-scrobbler

This commit is contained in:
2024-09-27 23:59:42 -06:00
parent 23d69d9691
commit 2485f544fb
7 changed files with 35 additions and 66 deletions

View File

@@ -2,7 +2,6 @@
lib,
config,
pkgs,
proxyReverse,
...
}:
let
@@ -98,7 +97,6 @@ in
};
};
};
services.nginx.virtualHosts."xfwmrle6h6skqujbeizw.${config.my.domain}" = proxyReverse port // { };
networking.firewall = {
allowedTCPPorts = ports;
allowedUDPPorts = ports;