From bb25f3f6ed42e91aa853535ee8e09d666312be5c Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Tue, 4 Nov 2025 18:15:17 -0700 Subject: firewall breaks kodi upnp --- machines/picast/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'machines') diff --git a/machines/picast/default.nix b/machines/picast/default.nix index 8f41df8..19210cf 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -86,10 +86,10 @@ # List services that you want to enable: # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 8080 ]; - networking.firewall.allowedUDPPorts = [ 8080 ]; + # networking.firewall.allowedTCPPorts = [ 8080 ]; + # networking.firewall.allowedUDPPorts = [ 8080 ]; # Or disable the firewall altogether. - # networking.firewall.enable = false; + networking.firewall.enable = false; # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you -- cgit v1.2.3