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

8 lines
78 B
Nix
Raw Normal View History

2024-11-18 10:04:29 +00:00
{ ... }:
{
2024-11-19 07:28:49 +00:00
networking.firewall.allowedTCPPorts = [
8080
9090
];
2024-11-18 10:04:29 +00:00
}