1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

amazon-image.nix: default to vpc formatted images

These can be imported without converison.
This commit is contained in:
Andrew Childs 2019-06-01 02:21:24 +09:00
parent 5501274b5f
commit 027e5560bd

View file

@ -42,7 +42,7 @@ in {
format = mkOption {
type = types.enum [ "raw" "qcow2" "vpc" ];
default = "qcow2";
default = "vpc";
description = "The image format to output";
};
};