let cluster = (import ./cluster.nix); in { nodes = map (x: { { config, pkgs, ... }: { deployment = { targetHost = x.ip; } }) cluster.nodes; }