summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index a7e4f746..f19688d2 100644
--- a/odin.nix
+++ b/odin.nix
@@ -446,7 +446,7 @@
446 services.bar = { 446 services.bar = {
447 enable = true; 447 enable = true;
448 port = 8082; 448 port = 8082;
449 approot = "/bar/"; 449 approot = "/bar";
450 ipFromHeader = true; 450 ipFromHeader = true;
451 }; 451 };
452 452