about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-12-08 22:44:05 +0900
committersefidel <contact@sefidel.net>2023-12-08 22:50:51 +0900
commit0cf559e51258f13b4842d3374b495d14bf641e4a (patch)
tree98a498b5d959c32d8971103693eddea70dc0f4df /systems
parentfc1a9b93ed56f49d531a02f987ccf0ab3c945329 (diff)
downloadinfra-0cf559e51258f13b4842d3374b495d14bf641e4a.tar.gz
infra-0cf559e51258f13b4842d3374b495d14bf641e4a.zip
feat(systems/cobalt)!: status -> metrics
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index c828c27..849c3ab 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -202,7 +202,7 @@ in
 
     services.metrics = {
       enable = true;
-      domain = "status.exotic.sh";
+      domain = "metrics.exotic.sh";
       tls.acmeHost = "exotic.sh";
       secrets.adminPassword = config.sops.secrets.grafana-admin-pass.path;
     };
@@ -225,7 +225,7 @@ in
             "chat"
             "cinny"
             "turn"
-            "status"
+            "metrics"
             "mail"
             "webmail"
             "todo"