locals { vultr_nodes = { sin0 = { region = "sgp" plan = "vhp-1c-1gb-amd" tags = ["vultr", "proxy"] } } } # https://github.com/NickCao/netboot resource "vultr_startup_script" "script" { name = "nixos" type = "pxe" script = base64encode(<