1
0
Fork 0
mirror of https://github.com/Unkn0wnCat/dotfiles.git synced 2025-09-18 18:59:55 +02:00
dotfiles/nixos/modules/firewall/kde-connect.nix

5 lines
No EOL
87 B
Nix

{
networking.firewall.allowedUDPPortRanges = [
{ from = 1714; to = 1764; }
];
}