mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
Revert "nixos/amazon-image: (temporarily) use fixed disk size again"
This reverts commit 6a8359a92a
.
This commit is contained in:
parent
d97478e369
commit
f521b12b0e
@ -41,8 +41,7 @@ in {
|
||||
|
||||
sizeMB = mkOption {
|
||||
type = with types; either (enum [ "auto" ]) int;
|
||||
# TODO(lukegb): this should be "auto"; see #120473
|
||||
default = if config.ec2.hvm then 2048 else 8192;
|
||||
default = "auto";
|
||||
example = 8192;
|
||||
description = "The size in MB of the image";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user