diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-04 15:59:33 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-06-04 15:59:33 +0200 |
| commit | b500ccf1a88375371330e11675701a4a07b59d4f (patch) | |
| tree | c40c33078e7921016318567ea969e32ebdc10610 | |
| parent | 09ba625fef9169190eb8c764a8c64ce2ed232101 (diff) | |
| download | nixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar nixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar.gz nixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar.bz2 nixos-b500ccf1a88375371330e11675701a4a07b59d4f.tar.xz nixos-b500ccf1a88375371330e11675701a4a07b59d4f.zip | |
kdeconnect
| -rw-r--r-- | hel.nix | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 = { |
