fix: vmagent 102 doesn't work, resort to nixpkgs-stable

This commit is contained in:
Noah Masur
2024-08-18 22:23:13 +00:00
parent 96caba63c4
commit d1721efc6c
6 changed files with 31 additions and 1 deletions

View File

@ -5,6 +5,7 @@
config,
pkgs,
lib,
pkgs-stable,
...
}:
@ -88,6 +89,7 @@ in
# VMAgent
services.vmagent = {
package = pkgs-stable.vmagent;
prometheusConfig = prometheusConfig;
remoteWrite = {
url = "https://${config.hostnames.prometheus}/api/v1/write";