diff options
Diffstat (limited to '')
| -rw-r--r-- | hosts/by-name/server2/configuration.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index d772bcd..c26b896 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -29,6 +29,9 @@ monitoring = { enable = true; + prometheus = { + remoteWriteReceiver = "prometheus-server2.vhack.eu"; + }; grafana = { fqdn = "grafana.vhack.eu"; @@ -36,7 +39,6 @@ adminPassword = ./secrets/grafana/adminPassword.age; secretKey = ./secrets/grafana/secretKey.age; }; - scrutiny.fqdn = "scrutiny.vhack.eu"; }; dns = { |
