Merge pull request #236400 from K900/embiggen-ami
nixos/amazon-image: embiggen
This commit is contained in:
commit
fe2fb24a00
1 changed files with 1 additions and 1 deletions
|
@ -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