diff --git a/nixos/hosts/framework-server/default.nix b/nixos/hosts/framework-server/default.nix index a3416d15..083a49bd 100644 --- a/nixos/hosts/framework-server/default.nix +++ b/nixos/hosts/framework-server/default.nix @@ -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;