rename analytics domain to grafana

This commit is contained in:
Reid 2024-05-09 17:12:37 -07:00
parent 0729d089f8
commit 0d8e2b9673
3 changed files with 4 additions and 4 deletions

View file

@ -8,7 +8,7 @@ in {
enable = mkEnableOption "enable grafana with loki, prometheus, and promtail";
domain = mkOption {
type = types.str;
default = "analytics.reidlab.online";
default = "grafana.reidlab.online";
};
port = mkOption {
type = types.int;