11 lines
89 B
Nix
Raw Normal View History

2024-10-22 17:37:30 -04:00
{ ... }:
{
networking.firewall.allowedTCPPorts = [
8081
8082
8443
];
}