diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-07-16 16:23:47 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-07-16 16:23:47 +0200 |
commit | ea8f8104d5e5d000839864e2abd3a3271985122c (patch) | |
tree | ef804b44968ea23554099087a5177250160d55fd | |
parent | f38660f5b38c0ec245198b268f390a74486b57b9 (diff) | |
download | nixos-ea8f8104d5e5d000839864e2abd3a3271985122c.tar nixos-ea8f8104d5e5d000839864e2abd3a3271985122c.tar.gz nixos-ea8f8104d5e5d000839864e2abd3a3271985122c.tar.bz2 nixos-ea8f8104d5e5d000839864e2abd3a3271985122c.tar.xz nixos-ea8f8104d5e5d000839864e2abd3a3271985122c.zip |
notmuch-tcp for rss
-rw-r--r-- | odin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ | |||
74 | allowPing = true; | 74 | allowPing = true; |
75 | allowedTCPPorts = [ 22 # ssh | 75 | allowedTCPPorts = [ 22 # ssh |
76 | 139 445 # samba | 76 | 139 445 # samba |
77 | 2010 # notmuch-tcp | 77 | 2010 2011 # notmuch-tcp |
78 | 5001 # iperf | 78 | 5001 # iperf |
79 | ]; | 79 | ]; |
80 | allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion | 80 | allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion |