Commit 027e5560 authored by Andrew Childs's avatar Andrew Childs
Browse files

amazon-image.nix: default to vpc formatted images

These can be imported without converison.
parent 5501274b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ in {

    format = mkOption {
      type = types.enum [ "raw" "qcow2" "vpc" ];
      default = "qcow2";
      default = "vpc";
      description = "The image format to output";
    };
  };