diff options
| author | Raito Bezarius <masterancpp@gmail.com> | 2022-12-01 20:53:06 +0100 |
|---|---|---|
| committer | Raito Bezarius <masterancpp@gmail.com> | 2022-12-23 17:15:30 +0100 |
| commit | e51bf8cc8e2c75192e930ad83ed272938729e7be (patch) | |
| tree | 3cbe6b44a473b032b9b0f52b705f3fa27ab6ebf6 | |
| parent | nixos/tests: fix LVM2 (diff) | |
| download | nixpkgs-origin/simplified-qemu-boot-disks.tar.gz | |
maintainers/scripts/ec2/amazon-image: bump disk size to 2252MBorigin/simplified-qemu-boot-disks
| -rw-r--r-- | nixos/maintainers/scripts/ec2/amazon-image.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/maintainers/scripts/ec2/amazon-image.nix b/nixos/maintainers/scripts/ec2/amazon-image.nix index 0db0f4d0dcca..08e9ecc4d331 100644 --- a/nixos/maintainers/scripts/ec2/amazon-image.nix +++ b/nixos/maintainers/scripts/ec2/amazon-image.nix @@ -43,7 +43,7 @@ in { sizeMB = mkOption { type = with types; either (enum [ "auto" ]) int; - default = 2048; + default = 2252; example = 8192; description = lib.mdDoc "The size in MB of the image"; }; |
