From 8aee5f7cbea90820c1477849b71207a1da7b20a3 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sun, 2 Nov 2025 16:32:16 -0700 Subject: kodi firewall --- machines/picast/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/picast/default.nix b/machines/picast/default.nix index fd5b70b..8f41df8 100644 --- a/machines/picast/default.nix +++ b/machines/picast/default.nix @@ -86,8 +86,8 @@ # List services that you want to enable: # Open ports in the firewall. - # networking.firewall.allowedTCPPorts = [ ... ]; - # networking.firewall.allowedUDPPorts = [ ... ]; + networking.firewall.allowedTCPPorts = [ 8080 ]; + networking.firewall.allowedUDPPorts = [ 8080 ]; # Or disable the firewall altogether. # networking.firewall.enable = false; -- cgit v1.2.3