summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-04 15:59:33 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-04 15:59:33 +0200
commitb500ccf1a88375371330e11675701a4a07b59d4f (patch)
treec40c33078e7921016318567ea969e32ebdc10610 /hel.nix
parent09ba625fef9169190eb8c764a8c64ce2ed232101 (diff)
downloadnixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar
nixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar.gz
nixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar.bz2
nixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar.xz
nixos-b500ccf1a88375371330e11675701a4a07b59d4f.zip
kdeconnect
Diffstat (limited to 'hel.nix')
-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 = {