azure: init nixos/maintainers/scripts/azure-new

This commit is contained in:
Cole Mickens
2020-03-29 13:56:55 -07:00
committed by Jon
parent a5a6d77508
commit 20f981de08
9 changed files with 195 additions and 0 deletions
@@ -21,6 +21,7 @@ in
name = "azure-image";
postVM = ''
${pkgs.vmTools.qemu}/bin/qemu-img convert -f raw -o subformat=fixed,force_size -O vpc $diskImage $out/disk.vhd
rm $diskImage
'';
configFile = ./azure-config-user.nix;
format = "raw";