summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/odin.nix b/odin.nix
index 55080d0b..ec332784 100644
--- a/odin.nix
+++ b/odin.nix
@@ -83,6 +83,7 @@
83 139 445 # samba 83 139 445 # samba
84 2010 2011 # notmuch-tcp 84 2010 2011 # notmuch-tcp
85 5001 # iperf 85 5001 # iperf
86 8022 8023 # CSS VM
86 ]; 87 ];
87 allowedUDPPorts = [ 137 138 # samba 88 allowedUDPPorts = [ 137 138 # samba
88 ]; 89 ];
@@ -468,12 +469,12 @@
468 ''; 469 '';
469 }; 470 };
470 471
471 services.bar = { 472 # services.bar = {
472 enable = true; 473 # enable = true;
473 port = 8082; 474 # port = 8082;
474 approot = "/bar"; 475 # approot = "/bar";
475 ipFromHeader = true; 476 # ipFromHeader = true;
476 }; 477 # };
477 478
478 services.nginx = { 479 services.nginx = {
479 enable = true; 480 enable = true;