From b500ccf1a88375371330e11675701a4a07b59d4f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 4 Jun 2018 15:59:33 +0200 Subject: kdeconnect --- hel.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 743c86aa..fcb80c20 100644 --- a/hel.nix +++ b/hel.nix @@ -36,6 +36,10 @@ enable = true; allowedTCPPorts = [ 22 # ssh ]; + allowedUDPPortRanges = [ { from = 1714; to = 1764; } # kdeconnect + ]; + allowedTCPPortRanges = [ { from = 1714; to = 1764; } # kdeconnect + ]; }; networkmanager = { -- cgit v1.2.3