summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-10-04 22:29:30 +0200
committermakefu <github@syntax-fehler.de>2015-10-04 22:29:30 +0200
commit75f33dd6a1b57c2c3569c63a73262e0cc79882c0 (patch)
tree931e53ab6e3f6cf2359f5f97bbdcedf2c6cb7de6 /1systems
parent61e91c7f902b8a87e2a64bb0b57c9649a38363ed (diff)
m {3,5} tinc_graphs: make everyting work, final
Diffstat (limited to '1systems')
-rw-r--r--1systems/wry.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/1systems/wry.nix b/1systems/wry.nix
index 9368f1ae5..819a208ac 100644
--- a/1systems/wry.nix
+++ b/1systems/wry.nix
@@ -32,8 +32,8 @@ in {
makefu.tinc_graphs.enable = true;
makefu.tinc_graphs.krebsNginx = {
enable = true;
- hostnames_complete = [ "graphs.wry" "graphs.wry.retiolum" ];
- # TODO: remove hard-coded path
+ # TODO: remove hard-coded hostname
+ hostnames_complete = [ "graphs.wry" ];
hostnames_anonymous = [ "graphs.krebsco.de" ];
};
networking.firewall.allowedTCPPorts = [80];