dotfiles/nixos/gsconnect.nix
2019-12-10 18:16:45 +00:00

6 lines
185 B
Nix

{ config, pkgs, ... }:
{
networking.firewall.allowedTCPPortRanges = [ { from = 1716; to = 1764; } ];
networking.firewall.allowedUDPPortRanges = [ { from = 1716; to = 1764; } ];
}