nixos-config/sys/profiles/network/goldberg.nix
2025-01-16 10:08:58 +01:00

6 lines
97 B
Nix

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