{ id, ... }: { lib, config, ... }: with lib; { imports = [ ./hardware.nix ./disk.nix ./network.nix ]; deployment = { targetHost = "10.32.30.94"; targetUser = "root"; tags = [ "node" ]; }; networking.hostName = "node-${fixedWidthNumber 2 id}"; nix.settings = { substituters = [ "http://cache.${config.networking.domain}" ]; trusted-public-keys = [ "cache.${config.networking.domain}:dc2abEGJAQfaZiBXhjvjPU0jx/wosQwAOQoz48/G6cA=" ]; }; }