summaryrefslogtreecommitdiffstats
path: root/1systems
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
commitc1b3dbef6c8372e2eeb95fd307c25f6726266630 (patch)
treee57cef60180cc697223b3960ab5b0c4216bae0e0 /1systems
parentbd6199c2fab89efadfb53fa37306791a0037d714 (diff)
wry: listen for graphs.retiolum
Diffstat (limited to '1systems')
-rw-r--r--1systems/wry.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/1systems/wry.nix b/1systems/wry.nix
index 6627d87b5..3baf31dc5 100644
--- a/1systems/wry.nix
+++ b/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" ] ;