amazon-image.nix: default to vpc formatted images

These can be imported without converison.
gstqt5
Andrew Childs 2019-06-01 02:21:24 +09:00
parent 5501274b5f
commit 027e5560bd
1 changed files with 1 additions and 1 deletions

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";
};
};