summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2015-10-25 21:27:14 +0100
committerlassulus <lass@aidsballs.de>2015-10-25 21:27:14 +0100
commitcc5220a4477e290f1833e609fed1e0f9f56e4a41 (patch)
treef7032b6126c6daac3e2d2e5ad9c5d628a7a3e34a /makefu
parentace11d79badafce313b17c968701739513e95982 (diff)
parentcca25c7b66c44e0ec826d466bd48f2463df03fe9 (diff)
Merge remote-tracking branch 'pnp/master'
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" ] ;