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