nixos/amazon-image: embiggen

aarch64 no longer fits in 2GB, blocking channel updates

K900 a3dc53e3 a2271ff3

Changed files
+1 -1
nixos
maintainers
scripts
+1 -1
nixos/maintainers/scripts/ec2/amazon-image.nix
···
sizeMB = mkOption {
type = with types; either (enum [ "auto" ]) int;
-
default = 2048;
example = 8192;
description = lib.mdDoc "The size in MB of the image";
};
···
sizeMB = mkOption {
type = with types; either (enum [ "auto" ]) int;
+
default = 3072;
example = 8192;
description = lib.mdDoc "The size in MB of the image";
};