fix: discoverable?
Some checks failed
CI / lint (push) Has been cancelled
CI / pkl-validate (push) Has been cancelled
CI / integration-tests (push) Has been cancelled
CI / conformance-tests (latest) (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-31 18:32:54 +01:00
parent 4784f4c4d5
commit 948361bb4d
2 changed files with 18 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ type TargetConfig struct {
type LXCProperties struct {
VMID string `json:"vmid"`
Hostname string `json:"hostname"`
Description string `json:"description"`
Description string `json:"description,omitempty"`
OSTemplate string `json:"ostemplate"`
}