Removed useless firewall opening

This commit is contained in:
Julien Malka 2021-12-22 12:27:58 +01:00
parent fce2bd75d1
commit 7f57e4350b
5 changed files with 0 additions and 8 deletions

View file

@ -18,7 +18,6 @@ in {
services.jackett = {
enable = true;
};
networking.firewall = { allowedTCPPorts = [ port ]; };
}
(mkIf cfg.nginx.enable {