feat(lib): Add machineKeys

This commit is contained in:
Tom Hubrecht 2024-03-08 23:11:10 +01:00
parent 1d40e44399
commit 5f899bc0e7

View file

@ -28,4 +28,7 @@ lib.extra
rootKeys ++ (getAllKeys names);
rootKeys = getAllKeys meta.organization.groups.root;
machineKeys =
rootKeys ++ (getAllKeys (builtins.map (n: "machines/${n}") (builtins.attrNames meta.nodes)));
}