diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-13 14:06:35 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-13 14:06:35 -0700 |
commit | 7789af388ed28e9c992d0ea1b642a7cb79e499de (patch) | |
tree | fd0c2bded407bea5c5b055350edd7be7a5483a10 /hosts | |
parent | grafana: the vhost is configurable (diff) | |
download | world-7789af388ed28e9c992d0ea1b642a7cb79e499de.tar.gz |
grafana: correct domain name ...
Diffstat (limited to '')
-rw-r--r-- | hosts/tahoe/services.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix index 0202316..453ce0f 100644 --- a/hosts/tahoe/services.nix +++ b/hosts/tahoe/services.nix @@ -14,7 +14,7 @@ in { prometheus = { enable = true; }; grafana = { enable = true; - vhostName = "dash.fcuny.net"; + vhostName = "dash.fcuny.xyz"; }; gitea = { enable = true; |