auto generate prometheus scrape targets

This commit is contained in:
2025-01-31 13:35:19 +01:00
parent 34a3c831e8
commit f5fcfbded4
2 changed files with 68 additions and 22 deletions

View File

@@ -31,7 +31,7 @@
# Raspberry Pi 4
genepi = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
inherit inputs self;
inherit (import ./parts) keys;
};
system = "aarch64-linux";