summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 14:38:09 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 14:38:09 +0200
commit3583c11b77ece68ba4c35f8cd1fbdaff820ac7d1 (patch)
tree36e97cb3cf663e975703dd6c04697960b89cba65
parentc88ee737b8c44162c640a4c865336c5a843029ea (diff)
downloadnixos-3583c11b77ece68ba4c35f8cd1fbdaff820ac7d1.tar
nixos-3583c11b77ece68ba4c35f8cd1fbdaff820ac7d1.tar.gz
nixos-3583c11b77ece68ba4c35f8cd1fbdaff820ac7d1.tar.bz2
nixos-3583c11b77ece68ba4c35f8cd1fbdaff820ac7d1.tar.xz
nixos-3583c11b77ece68ba4c35f8cd1fbdaff820ac7d1.zip
...
-rw-r--r--odin.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 7e911610..34436a6f 100644
--- a/odin.nix
+++ b/odin.nix
@@ -464,7 +464,7 @@
464 464
465 upstreams = { 465 upstreams = {
466 "bar" = { 466 "bar" = {
467 servers."localhost:${services.bar.port}"= {}; 467 servers."localhost:${config.services.bar.port}"= {};
468 }; 468 };
469 }; 469 };
470 }; 470 };