nixos-generators/formats/azure.nix

9 lines
160 B
Nix
Raw Normal View History

2023-05-29 10:35:13 +03:00
{modulesPath, ...}: {
2019-01-24 13:49:16 +03:00
imports = [
"${toString modulesPath}/virtualisation/azure-image.nix"
];
formatAttr = "azureImage";
2024-02-08 17:16:32 +03:00
fileExtension = ".vhd";
2019-01-24 13:49:16 +03:00
}