forked from mirrors/nixpkgs
nixos/amazon-image: embiggen
aarch64 no longer fits in 2GB, blocking channel updates
This commit is contained in:
parent
a2271ff3d3
commit
a3dc53e3fc
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue