nixos-config/hosts/tower/firewall/default.nix

4 lines
64 B
Nix

{ ... }:
{
networking.firewall.allowedUDPPorts = [ 27015 ];
}