mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 16:10:14 +00:00
fix: vmagent 102 doesn't work, resort to nixpkgs-stable
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user