removed firewall rules from reverse_proxy.nix

This commit is contained in:
2024-10-26 13:20:19 -04:00
parent d99bf1b27b
commit c72934fb3c

View File

@@ -2,10 +2,6 @@ let
vars = import ../vars.nix; vars = import ../vars.nix;
in in
{ {
networking.firewall = {
allowedTCPPorts = [ 7844 ];
allowedUDPPorts = [ 7844 ];
};
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
haproxy = { haproxy = {
image = "haproxy:latest"; image = "haproxy:latest";