Skip to content

Commit 590620a

Browse files
committedAug 14, 2024
re-make AI
1 parent 0802daf commit 590620a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎terraform/AI.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ resource "proxmox_virtual_environment_vm" "AI" {
55
vm_id = 322
66
name = "AI"
77
machine = "q35"
8-
description = "Ollama, Open Webui, mindsdb"
9-
tags = ["tofu", "ubuntu-22", "auto-homelab-repo"]
8+
description = "Stable-Diffusion"
9+
tags = ["tofu", "ubuntu-22", "iac-repo"]
1010
started = true
1111

1212
agent {
1313
enabled = true
1414
}
1515

1616
clone {
17-
vm_id = 8101
17+
vm_id = 9999
1818
}
1919

2020
# VM CPU Settings

0 commit comments

Comments
 (0)