diff --git a/configs/porani/kodi.nix b/configs/porani/kodi.nix index 9dfb671..8f28505 100644 --- a/configs/porani/kodi.nix +++ b/configs/porani/kodi.nix @@ -33,4 +33,9 @@ }; }; + # allow everybody in the net to access the wifi + networking.firewall = { + allowedTCPPorts = [ 8080 ]; + allowedUDPPorts = [ 8080 ]; + }; }