fix(storage01): Make prometheus work again
By only looking at nixos nodes
This commit is contained in:
parent
65b188a7cd
commit
ba62dcd6a6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue