diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:45:24 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-19 16:50:30 +0200 |
| commit | 51d0bff0047affa7af8db2b737d5cb4fc8f3d0b5 (patch) | |
| tree | 40b99aa1f265ccff81a83a2be36ebf31feef1e04 /hosts | |
| parent | modules/nginx: Enable status page for prometheus exporter (diff) | |
| download | nixos-server-51d0bff0047affa7af8db2b737d5cb4fc8f3d0b5.zip | |
modules/monitoring/scrutiny: Don't expose web-service
This just doesn't make sense, when we also have grafana.
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/by-name/server2/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/by-name/server2/configuration.nix b/hosts/by-name/server2/configuration.nix index d772bcd..2e04324 100644 --- a/hosts/by-name/server2/configuration.nix +++ b/hosts/by-name/server2/configuration.nix @@ -36,7 +36,6 @@ adminPassword = ./secrets/grafana/adminPassword.age; secretKey = ./secrets/grafana/secretKey.age; }; - scrutiny.fqdn = "scrutiny.vhack.eu"; }; dns = { |
