feat: add onboot
Some checks failed
CI / build (push) Failing after 3m29s
CI / lint (push) Failing after 3m2s
CI / pkl-validate (push) Successful in 14s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-04 23:24:43 +01:00
parent 92db61569c
commit 728bf709cf
5 changed files with 23 additions and 4 deletions

View File

@@ -40,4 +40,7 @@ class LXC extends formae.Resource {
@formae.FieldHint {}
memory: Int
@formae.FieldHint {}
onboot: Int = 0
}