nixos/amazon-image: embiggen

aarch64 no longer fits in 2GB, blocking channel updates
This commit is contained in:
K900 2023-06-07 08:42:47 +03:00
parent a2271ff3d3
commit a3dc53e3fc

View file

@ -43,7 +43,7 @@ in {
sizeMB = mkOption {
type = with types; either (enum [ "auto" ]) int;
default = 2048;
default = 3072;
example = 8192;
description = lib.mdDoc "The size in MB of the image";
};