open kdeconnect ports for basado
This commit is contained in:
parent
f7684f89c3
commit
41c2e8a663
3 changed files with 6 additions and 10 deletions
4
os/kdeconnect-ports.nix
Normal file
4
os/kdeconnect-ports.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ config, pkgs, ... }: {
|
||||
networking.firewall.allowedTCPPortRanges = [{ from = 1714; to = 1764; }];
|
||||
networking.firewall.allowedUDPPortRanges = [{ from = 1714; to = 1764; }];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue