From b6114fd1d5632760a0b23c51e12b2b12e3e39de5 Mon Sep 17 00:00:00 2001 From: phaer Date: Tue, 3 Sep 2024 16:47:41 +0200 Subject: [PATCH] hyperv-image: double default size --- nixos/modules/virtualisation/hyperv-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/hyperv-image.nix b/nixos/modules/virtualisation/hyperv-image.nix index 615d2f2c9e9d..fe48ce632dcf 100644 --- a/nixos/modules/virtualisation/hyperv-image.nix +++ b/nixos/modules/virtualisation/hyperv-image.nix @@ -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;