nix-config/hosts/modules/trantor/networking.nix
2025-06-06 10:36:26 -03:00

10 lines
130 B
Nix

{ ... }:
{
networking = {
firewall = {
allowedTCPPorts = [ 25566 ];
allowedUDPPorts = [ 25566 ];
};
};
}