Remove ports -- Docker opens its own ports
This commit is contained in:
parent
cfdc392a14
commit
788a16d8ff
1 changed files with 0 additions and 6 deletions
|
@ -12,12 +12,6 @@
|
|||
./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
|
||||
nixpkgs.config.allowUnfree = false;
|
||||
|
||||
|
|
Loading…
Reference in a new issue