nixos-generators/formats/openstack.nix
phaer c38cf4bfda openstack: don't use nova-image.nix
as it was dropped in 19.03: d190b204f0
2024-11-11 17:00:01 +01:00

12 lines
193 B
Nix

{
modulesPath,
...
}:
{
imports = [
"${toString modulesPath}/../maintainers/scripts/openstack/openstack-image.nix"
];
formatAttr = "openstackImage";
fileExtension = ".qcow2";
}