mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #236400 from K900/embiggen-ami
nixos/amazon-image: embiggen
This commit is contained in:
commit
fe2fb24a00
@ -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 New Issue
Block a user