nixos-config/infra/vultr.tf
2024-12-15 16:23:50 +08:00

9 lines
219 B
HCL

provider "vultr" {
api_key = local.secrets.vultr.api_key
}
resource "vultr_ssh_key" "marisa-7d76" {
name = "rebmit@marisa-7d76"
ssh_key = file("${path.module}/../nixos/profiles/users/root/_ssh/marisa-7d76")
}