opentofu incus
Some checks are pending
/ check (push) Waiting to run

This commit is contained in:
iofq 2026-03-21 13:41:50 -05:00
parent e4f5ca2fc9
commit f022e338b0
22 changed files with 353 additions and 214 deletions

10
terraform/incus/images.tf Normal file
View file

@ -0,0 +1,10 @@
resource "incus_image" "nixos-lxc-base" {
source_file = {
data_path = "lxc.tar.xz"
metadata_path = "lxc-metadata.tar.xz"
}
alias {
name = "nixos-lxc-base"
description = "Nixos Base"
}
}