summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-24 16:47:43 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-24 16:47:43 +0200
commitbc7ee07322c58a289fbb6f44a001ddc0a0a9f5c6 (patch)
tree91cc13b36fce88c3a0e817d684fab22e19d5fca3
parenta8dfd6f51aa01183e118de1a3b648aef7107df88 (diff)
downloadnixos-bc7ee07322c58a289fbb6f44a001ddc0a0a9f5c6.tar
nixos-bc7ee07322c58a289fbb6f44a001ddc0a0a9f5c6.tar.gz
nixos-bc7ee07322c58a289fbb6f44a001ddc0a0a9f5c6.tar.bz2
nixos-bc7ee07322c58a289fbb6f44a001ddc0a0a9f5c6.tar.xz
nixos-bc7ee07322c58a289fbb6f44a001ddc0a0a9f5c6.zip
notmuch-tcp on odin
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index 14ea349b..c71791ef 100644
--- a/odin.nix
+++ b/odin.nix
@@ -64,6 +64,7 @@
64 allowPing = true; 64 allowPing = true;
65 allowedTCPPorts = [ 22 # ssh 65 allowedTCPPorts = [ 22 # ssh
66 139 445 # samba 66 139 445 # samba
67 2010 # notmuch-tcp
67 ]; 68 ];
68 allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion 69 allowedTCPPortRanges = [ { from = 8080; to = 8080; } # motion
69 ]; 70 ];