diff --git a/hosts/chmura/conduit.nix b/hosts/chmura/conduit.nix index babeef2..99fd391 100644 --- a/hosts/chmura/conduit.nix +++ b/hosts/chmura/conduit.nix @@ -34,6 +34,6 @@ in { virtualHosts."jacekpoz.pl:8448".extraConfig = caddyConfig; }; - networking.firewall.allowedTCPPorts = [ 80 443 6167 8448 ]; - networking.firewall.allowedUDPPorts = [ 80 443 6167 8448 ]; + networking.firewall.allowedTCPPorts = [ 80 443 8448 ]; + networking.firewall.allowedUDPPorts = [ 80 443 8448 ]; }