Skip to content

Commit 813d0ba

Browse files
committed
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.
1 parent 8ccd7e5 commit 813d0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixos/maintainers/scripts/ec2/amazon-image.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ in
8383

8484
# Use a priority just below mkOptionDefault (1500) instead of lib.mkDefault
8585
# to avoid breaking existing configs using that.
86-
config.virtualisation.diskSize = lib.mkOverride 1490 (3 * 1024);
86+
config.virtualisation.diskSize = lib.mkOverride 1490 (4 * 1024);
8787
config.virtualisation.diskSizeAutoSupported = !config.ec2.zfs.enable;
8888

8989
config.system.nixos.tags = [ "amazon" ];

0 commit comments

Comments
 (0)