let nixos-version = "20.09"; hosts = import ./lib/hosts.nix { inherit nixos-version; }; define-host = hosts.host-config; in { network = { description = "Informis network"; enableRollback = true; }; procul = define-host "172.86.179.18" "procul"; }