diff --git a/programs/desktop/kodi/system-config.nix b/programs/desktop/kodi/system-config.nix index 8936567d..5fefe4c2 100644 --- a/programs/desktop/kodi/system-config.nix +++ b/programs/desktop/kodi/system-config.nix @@ -1,4 +1,7 @@ { ... }: { - networking.firewall.enable = false; + networking.firewall.allowedTCPPorts = [ + 8080 + 9090 + ]; }