nixos-config/system/network/goldberg.nix
2024-06-26 20:49:16 +02:00

6 lines
97 B
Nix

{
networking.firewall = {
allowedTCPPorts = [47584];
allowedUDPPorts = [47584];
};
}