@@ -0,0 +1,11 @@
let
hosts = import ./hosts;
inherit (builtins) listToAttrs;
result = listToAttrs (
map (item: {
name = item.hostName;
value = item;
}) hosts
);
in
result
The note is not visible to the blocked user.