parent
e4f5ca2fc9
commit
3d8242b314
22 changed files with 340 additions and 211 deletions
10
terraform/incus/images.tf
Normal file
10
terraform/incus/images.tf
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue