dotfiles/nixos/gsconnect.nix
Cyryl Płotnicki fe4d30f651 nixpkgs-fmt
2021-11-22 19:32:26 +00:00

6 lines
179 B
Nix

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