Migerate wikmd to deb13

This commit is contained in:
tolerryan
2025-10-18 22:19:29 -05:00
parent 18d6959f2e
commit fb6c0e4b13
2 changed files with 3 additions and 3 deletions

View File

@@ -2,14 +2,14 @@ resource "proxmox_lxc" "wikmd" {
target_node = "ryuk"
hostname = "wikmd"
vmid = 217
ostemplate = "cephfs:vztmpl/debian-12-standard_12.7-1_amd64.tar.zst"
ostemplate = "cephfs:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
password = "terraform"
unprivileged = true
cores = 5
memory = 4096
swap = 1024
start = true
tags = "terraform"
tags = "terraform;deb13"
nameserver = "192.168.0.224"
ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"