diff --git a/machines/nixos/storage01/prometheus.nix b/machines/nixos/storage01/prometheus.nix index e0b35ba..455ab3e 100644 --- a/machines/nixos/storage01/prometheus.nix +++ b/machines/nixos/storage01/prometheus.nix @@ -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