mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
amazon-image: Increase diskSize 3 -> 4GB
Disk usage of the image has risen considerably since last release. We still need to investigate the cause in detail. Increasing it for now prevents build failures at least.
This commit is contained in:
parent
8ccd7e5d9a
commit
813d0ba1fb
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ in
|
|||
|
||||
# Use a priority just below mkOptionDefault (1500) instead of lib.mkDefault
|
||||
# to avoid breaking existing configs using that.
|
||||
config.virtualisation.diskSize = lib.mkOverride 1490 (3 * 1024);
|
||||
config.virtualisation.diskSize = lib.mkOverride 1490 (4 * 1024);
|
||||
config.virtualisation.diskSizeAutoSupported = !config.ec2.zfs.enable;
|
||||
|
||||
config.system.nixos.tags = [ "amazon" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue