nixos/amazon-image: embiggen
aarch64 no longer fits in 2GB, blocking channel updates
K900 2 years ago a3dc53e3 a2271ff3
··· 43 43 44 44 sizeMB = mkOption { 45 45 type = with types; either (enum [ "auto" ]) int; 46 46 - default = 2048; 46 46 + default = 3072; 47 47 example = 8192; 48 48 description = lib.mdDoc "The size in MB of the image"; 49 49 };