diff options
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/deployment/graphs.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/deployment/graphs.nix b/makefu/2configs/deployment/graphs.nix index e7dc54dd0..1f6deb1bf 100644 --- a/makefu/2configs/deployment/graphs.nix +++ b/makefu/2configs/deployment/graphs.nix @@ -18,7 +18,7 @@ in { } ''; serverAliases = [ - "graph.r" + "graph.makefu.r" "graph.${hn}" "graph.${hn}.r" ]; }; |