variable "nixos_conf" { description = "The path to the NixOS configuration to deploy." type = string } variable "ssh_user" { description = "the SSH user to use" type = string default = "root" } variable "proxmox_user" { description = <