mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
virtualisation/qemu-vm: Double the default diskSize
The default has been unchanged for a decade. Space is cheaper and software catches up with that. Let's not make our testing harder than necessary by default.
This commit is contained in:
parent
6f6f476bd6
commit
4ec119009b
@ -318,7 +318,7 @@ in
|
||||
virtualisation.diskSize =
|
||||
mkOption {
|
||||
type = types.nullOr types.ints.positive;
|
||||
default = 512;
|
||||
default = 1024;
|
||||
description =
|
||||
''
|
||||
The disk size in megabytes of the virtual machine.
|
||||
|
Loading…
Reference in New Issue
Block a user