nixos-config/programs/desktop/kodi/system-config.nix

7 lines
78 B
Nix

{ ... }:
{
networking.firewall.allowedTCPPorts = [
8080
9090
];
}