nixos-config/systemProfiles/network/goldberg.nix
2024-10-25 10:39:48 +02:00

6 lines
97 B
Nix

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