summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-25 18:06:46 +0100
committermakefu <github@syntax-fehler.de>2015-10-25 18:06:46 +0100
commitcca25c7b66c44e0ec826d466bd48f2463df03fe9 (patch)
tree18fabff0e6870df1a6489fad0d5523e2ddb9e9e3 /makefu
parentc62885a0bcf4a1a09400aa69d83723857ab558d8 (diff)
wry: listen for graphs.retiolum
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/wry.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/1systems/wry.nix b/makefu/1systems/wry.nix
index 6627d87b..3baf31dc 100644
--- a/makefu/1systems/wry.nix
+++ b/makefu/1systems/wry.nix
@@ -47,7 +47,7 @@ in {
# TODO: remove hard-coded hostname
complete = {
listen = [ "${internal-ip}:80" ];
- server-names = [ "graphs.wry" ];
+ server-names = [ "graphs.wry" "graphs.retiolum" "graphs.wry.retiolum" ];
};
anonymous = {
listen = [ "${external-ip}:80" ] ;