fix(storage01): Make prometheus work again
Some checks failed
Check meta / check_meta (pull_request) Successful in 20s
Check meta / check_dns (pull_request) Successful in 20s
Run pre-commit on all files / check (push) Successful in 26s
Check workflows / check_workflows (pull_request) Successful in 26s
Build all the nodes / geo01 (pull_request) Successful in 1m45s
Build all the nodes / bridge01 (pull_request) Successful in 1m53s
Build all the nodes / compute01 (pull_request) Successful in 2m6s
Build all the nodes / geo02 (pull_request) Successful in 1m52s
Build all the nodes / rescue01 (pull_request) Successful in 2m22s
Build all the nodes / storage01 (pull_request) Successful in 2m10s
Build all the nodes / vault01 (pull_request) Successful in 1m47s
Build all the nodes / web02 (pull_request) Successful in 1m42s
Build all the nodes / web01 (pull_request) Successful in 2m20s
Run pre-commit on all files / check (pull_request) Successful in 30s
Build all the nodes / web03 (pull_request) Successful in 1m38s
Build all the nodes / ap01 (pull_request) Failing after 5m38s

By only looking at nixos nodes
This commit is contained in:
Tom Hubrecht 2024-12-08 16:45:18 +01:00
parent 65b188a7cd
commit ba62dcd6a6
Signed by: thubrecht
SSH key fingerprint: SHA256:r+nK/SIcWlJ0zFZJGHtlAoRwq1Rm+WcKAm5ADYMoQPc

View file

@ -1,5 +1,6 @@
{
config,
meta,
nodes,
lib,
...
@ -19,7 +20,7 @@ let
host = node;
};
}
) nodes
) (lib.filterAttrs (name: _: meta.nodes.${name}.nixpkgs.system == "nixos") nodes)
);
in