From 0a389da154f6e4901b60c86f39e883cb9cf05a11 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Thu, 25 Sep 2025 18:39:49 +0200 Subject: Whatever --- hosts/apocalypse/firewall.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/apocalypse/firewall.nix') diff --git a/hosts/apocalypse/firewall.nix b/hosts/apocalypse/firewall.nix index 5c73966..93a9d54 100644 --- a/hosts/apocalypse/firewall.nix +++ b/hosts/apocalypse/firewall.nix @@ -2,11 +2,13 @@ let baseTCP = [ 22000 # Syncthng + 5352 # Zeroconf for spotifyd ]; baseUDP = [ 22000 # Syncthing 22027 # Syncthing 16555 # Wireguard + 5353 # Mdns (Spotify) ]; baseTCPRanges = [ { from = 1714; to = 1764; } # KDE-CONNECT @@ -32,7 +34,7 @@ let in { networking.firewall = { - enable = false; + enable = true; allowedTCPPorts = baseTCP; allowedUDPPorts = baseUDP; allowedUDPPortRanges = baseUDPRanges; -- cgit v1.3.1