mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
Merge pull request #144788 from hercules-ci/double-default-qemu-diskSize
virtualisation/qemu-vm: Double the default diskSize
This commit is contained in:
commit
6c690b07f7
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ in
|
||||||
virtualisation.diskSize =
|
virtualisation.diskSize =
|
||||||
mkOption {
|
mkOption {
|
||||||
type = types.nullOr types.ints.positive;
|
type = types.nullOr types.ints.positive;
|
||||||
default = 512;
|
default = 1024;
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
The disk size in megabytes of the virtual machine.
|
The disk size in megabytes of the virtual machine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue