From 8cce61f4a850190e6a10a297f7d480540362b63c Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 14 Oct 2022 13:08:13 +0000 Subject: [PATCH] change metrics server hostname --- hosts/oracle/default.nix | 1 + modules/services/prometheus.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/oracle/default.nix b/hosts/oracle/default.nix index 1f1d730..cb6f239 100644 --- a/hosts/oracle/default.nix +++ b/hosts/oracle/default.nix @@ -21,6 +21,7 @@ nixpkgs.lib.nixosSystem { streamServer = "stream.masu.rs"; nextcloudServer = "cloud.masu.rs"; transmissionServer = "download.masu.rs"; + metricsServer = "metrics.masu.rs"; # Disable passwords, only use SSH key passwordHash = null; diff --git a/modules/services/prometheus.nix b/modules/services/prometheus.nix index 01ae122..543540a 100644 --- a/modules/services/prometheus.nix +++ b/modules/services/prometheus.nix @@ -3,7 +3,6 @@ options.metricsServer = lib.mkOption { type = lib.types.str; description = "Hostname of the Grafana server."; - default = "grafana.masu.rs"; }; config = {