about summary refs log tree commit diff
path: root/hosts/tahoe
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-13 14:04:45 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-13 14:04:45 -0700
commit13183d3bde442c2ab91bac100734efaf6995b8ef (patch)
tree61fe81e0b5392ddc9e3d972f76d270cab68c453b /hosts/tahoe
parentgrafana: bind to localhost (diff)
downloadworld-13183d3bde442c2ab91bac100734efaf6995b8ef.tar.gz
grafana: the vhost is configurable
Diffstat (limited to 'hosts/tahoe')
-rw-r--r--hosts/tahoe/services.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/tahoe/services.nix b/hosts/tahoe/services.nix
index 8481bd0..0202316 100644
--- a/hosts/tahoe/services.nix
+++ b/hosts/tahoe/services.nix
@@ -12,7 +12,10 @@ in {
     };
     unifi = { enable = true; };
     prometheus = { enable = true; };
-    grafana = { enable = true; };
+    grafana = {
+      enable = true;
+      vhostName = "dash.fcuny.net";
+    };
     gitea = {
       enable = true;
       stateDir = "/var/lib/gitea";