Remove ports -- Docker opens its own ports

This commit is contained in:
iFargle 2023-12-02 09:53:31 +09:00
parent cfdc392a14
commit 788a16d8ff

View file

@ -12,12 +12,6 @@
./wireguard.nix ./wireguard.nix
]; ];
# open ports for traefik
networking.firewall.interfaces.wireguard0.allowedTCPPorts = [ 80 443 ];
networking.firewall.interfaces.enp0s13f0u2c2.allowedTCPPorts = [ 80 443 ];
networking.firewall.interfaces.tailscale0.allowedTCPPorts = [ 80 443 ];
# steam , etc # steam , etc
nixpkgs.config.allowUnfree = false; nixpkgs.config.allowUnfree = false;