diff --git a/deployment/run/tf-proxmox/main.tf b/deployment/run/tf-proxmox/main.tf index acc94a3e..95bea79b 100644 --- a/deployment/run/tf-proxmox/main.tf +++ b/deployment/run/tf-proxmox/main.tf @@ -99,7 +99,6 @@ resource "proxmox_virtual_environment_vm" "nix_vm" { # https://wiki.nixos.org/wiki/Virt-manager#Guest_Agent agent { enabled = true - # timeout = "5m" timeout = "2m" trim = true }