nix/terraform/incus/make-images.fish
iofq 3d8242b314
Some checks failed
/ check (push) Has been cancelled
opentofu incus
2026-03-23 00:19:00 -05:00

9 lines
219 B
Fish
Executable file

#!/usr/bin/env fish
function make-image -a variant
nixos-rebuild build-image --flake .#base --image-variant $variant
and cp ./result/tarball/*.tar.xz $variant.tar.xz
end
make-image lxc
make-image lxc-metadata