mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
hyperv-image: double default size
This commit is contained in:
parent
3a505620ec
commit
b6114fd1d5
@ -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…
Reference in New Issue
Block a user