Merge pull request #236400 from K900/embiggen-ami

nixos/amazon-image: embiggen

authored by

K900 and committed by
GitHub
fe2fb24a ab851583

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