nix/terraform/incus/images.tf
iofq f022e338b0
Some checks are pending
/ check (push) Waiting to run
opentofu incus
2026-03-23 00:14:25 -05:00

10 lines
210 B
HCL

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"
}
}