i think metrics are done?

This commit is contained in:
Reid 2024-05-08 22:24:40 -07:00
parent 382371b7dd
commit 1f38029c28
3 changed files with 27 additions and 1 deletions

View file

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