summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 743c86aa..fcb80c20 100644
--- a/hel.nix
+++ b/hel.nix
@@ -36,6 +36,10 @@
36 enable = true; 36 enable = true;
37 allowedTCPPorts = [ 22 # ssh 37 allowedTCPPorts = [ 22 # ssh
38 ]; 38 ];
39 allowedUDPPortRanges = [ { from = 1714; to = 1764; } # kdeconnect
40 ];
41 allowedTCPPortRanges = [ { from = 1714; to = 1764; } # kdeconnect
42 ];
39 }; 43 };
40 44
41 networkmanager = { 45 networkmanager = {