diff --git a/modules/home/kdeconnect.nix b/modules/home/kdeconnect.nix index f5c352b..bb94b66 100644 --- a/modules/home/kdeconnect.nix +++ b/modules/home/kdeconnect.nix @@ -2,14 +2,4 @@ services.kdeconnect = { enable = true; }; - - networking.firewall = rec { - allowedTCPPortRanges = [ - { - from = 1714; - to = 1764; - } - ]; - allowedUDPPortRanges = allowedTCPPortRanges; - }; }