diff options
author | lassulus <lass@lassul.us> | 2017-04-15 18:20:05 +0200 |
---|---|---|
committer | lassulus <lass@lassul.us> | 2017-04-15 18:20:05 +0200 |
commit | cc68f1feac69be06d2586b20ac50e0b1eb1f03b8 (patch) | |
tree | 8ba2bc2cfdd88a58ded49ef5cbe96887227a969e /makefu/2configs | |
parent | fbc29e63da7fca719dc20df13d31402a8d9c449b (diff) | |
parent | 4feb0e8e91d228bf4754d130e7d134f41047dc32 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs')
-rw-r--r-- | makefu/2configs/deployment/graphs.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/deployment/graphs.nix b/makefu/2configs/deployment/graphs.nix index 35a724f6a..b33ddece0 100644 --- a/makefu/2configs/deployment/graphs.nix +++ b/makefu/2configs/deployment/graphs.nix @@ -23,8 +23,8 @@ in { } ''; serverAliases = [ - "graphs.r" "graphs.retiolum" - "graphs.${hn}" "graphs.${hn}.retiolum" + "graph.r" + "graph.${hn}" "graph.${hn}.r" ]; }; anonymous = { |