summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index da308e1a..15b7d4a2 100644
--- a/hel.nix
+++ b/hel.nix
@@ -33,7 +33,6 @@
33 firewall = { 33 firewall = {
34 enable = true; 34 enable = true;
35 allowedTCPPorts = [ 22 # ssh 35 allowedTCPPorts = [ 22 # ssh
36 24800 # synergy
37 ]; 36 ];
38 allowedUDPPortRanges = [ { from = 1714; to = 1764; } # kdeconnect 37 allowedUDPPortRanges = [ { from = 1714; to = 1764; } # kdeconnect
39 ]; 38 ];