diff options
author | Karel Kočí <cynerd@email.cz> | 2025-04-27 17:05:07 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-04-27 17:05:07 +0200 |
commit | adb58e518ba1e6cf55af544fcc5cb9797cdf387f (patch) | |
tree | 4ef7dd2e4501f5602e3fc7c23b52590053f0679e /nixos/modules/monitoring.nix | |
parent | 38ba69b442e03f5185aebcc18bd9c34bdbc509c3 (diff) | |
download | nixos-personal-adb58e518ba1e6cf55af544fcc5cb9797cdf387f.tar.gz nixos-personal-adb58e518ba1e6cf55af544fcc5cb9797cdf387f.tar.bz2 nixos-personal-adb58e518ba1e6cf55af544fcc5cb9797cdf387f.zip |
This fixes proxy settings with the new version of Grafana.
Diffstat (limited to 'nixos/modules/monitoring.nix')
-rw-r--r-- | nixos/modules/monitoring.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/monitoring.nix b/nixos/modules/monitoring.nix index e4fa195..e8ba2a9 100644 --- a/nixos/modules/monitoring.nix +++ b/nixos/modules/monitoring.nix @@ -136,8 +136,8 @@ in { }) (mkIf (config.networking.hostName == "lipwig") { - # InfluxDB services = { + # InfluxDB influxdb2.enable = true; telegraf.extraConfig.inputs.prometheus = { urls = ["http://localhost:8086/metrics"]; |