summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-03-08 10:33:14 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-03-08 10:33:14 +0100
commit53a816f3d1cae47d1a61fbc6caf6fd3f13468262 (patch)
tree4050f65b1d220decc93716c7da46f7676ec52515 /hel.nix
parenta80f480a382e56bcea659f4697b5cde4e5de584a (diff)
downloadnixos-53a816f3d1cae47d1a61fbc6caf6fd3f13468262.tar
nixos-53a816f3d1cae47d1a61fbc6caf6fd3f13468262.tar.gz
nixos-53a816f3d1cae47d1a61fbc6caf6fd3f13468262.tar.bz2
nixos-53a816f3d1cae47d1a61fbc6caf6fd3f13468262.tar.xz
nixos-53a816f3d1cae47d1a61fbc6caf6fd3f13468262.zip
synergy on hel
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 ];