Merge pull request #236400 from K900/embiggen-ami

nixos/amazon-image: embiggen
This commit is contained in:
K900 2023-06-07 09:09:54 +03:00 committed by GitHub
commit fe2fb24a00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";
};