aboutsummaryrefslogtreecommitdiff
path: root/example.nix
diff options
context:
space:
mode:
authorstuebinm2021-03-08 00:05:14 +0100
committerstuebinm2021-03-08 00:05:14 +0100
commitaacde4a3f54d0e4dab2eb52da280d52183b08178 (patch)
tree0eccd5312f8cfc38b81a20a9a19729da299bce3d /example.nix
parent92c1ef1af95740077282d773242fdd1820c8d15b (diff)
new option: backend proxy is now optional
Diffstat (limited to 'example.nix')
-rw-r--r--example.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/example.nix b/example.nix
index 4c66bc9..8eb7582 100644
--- a/example.nix
+++ b/example.nix
@@ -8,6 +8,7 @@
frontend = {
enable = true;
domain = "10.233.4.2";
+ proxyBackend = true;
};
};