mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
hyperv-image: double default size
This commit is contained in:
parent
3a505620ec
commit
b6114fd1d5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ in
|
|||
};
|
||||
|
||||
config = {
|
||||
virtualisation.diskSize = lib.mkDefault (2 * 1024);
|
||||
virtualisation.diskSize = lib.mkDefault (4 * 1024);
|
||||
|
||||
system.build.hypervImage = import ../../lib/make-disk-image.nix {
|
||||
name = cfg.vmDerivationName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue