diff options
author | makefu <github@syntax-fehler.de> | 2017-04-15 17:58:20 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-04-15 17:58:20 +0200 |
commit | c45cd788d2df7d14175de59d31506d970eb72382 (patch) | |
tree | 6c5bb409c1a5713214e7a5fc6df45314756bab7c /makefu | |
parent | 549c89dd99db41b2869e6255d1551fce900eb656 (diff) |
m: graphs -> graph
Diffstat (limited to 'makefu')
-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 = { |