about summary refs log tree commit diff
path: root/systems
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-02-04 22:02:45 +0900
committersefidel <contact@sefidel.net>2024-02-04 22:02:45 +0900
commit31157ea40fee86442bdb95f67099d4a24a3c6278 (patch)
tree501fedf6399ce5d1cdf1d3a6dd7ecc24bc5b5e32 /systems
parentceda365269dad1b86ccd8d23932bc91ba443bc06 (diff)
downloadinfra-31157ea40fee86442bdb95f67099d4a24a3c6278.tar.gz
infra-31157ea40fee86442bdb95f67099d4a24a3c6278.zip
feat(systems/cobalt)!: domain -> realHost
Diffstat (limited to 'systems')
-rw-r--r--systems/cobalt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/cobalt/default.nix b/systems/cobalt/default.nix
index e94f461..f9424bc 100644
--- a/systems/cobalt/default.nix
+++ b/systems/cobalt/default.nix
@@ -196,7 +196,7 @@ in
 
     services.metrics = {
       enable = true;
-      domain = "metrics.exotic.sh";
+      realHost = "metrics.exotic.sh";
       tls.acmeHost = "exotic.sh";
       secrets.adminPassword = config.sops.secrets.grafana-admin-pass.path;
     };