Removed useless firewall opening

This commit is contained in:
Julien Malka 2021-12-22 12:27:58 +01:00
parent 33b2ebef7b
commit 373d85bfe5
5 changed files with 0 additions and 8 deletions

View file

@ -20,7 +20,6 @@ in {
group = "tv";
package = pkgs.jellyfin;
};
networking.firewall = { allowedTCPPorts = [ port ]; };
users.groups.tv = { name = "tv"; };
}