From 8c8ede8387511922e549377787557d2d700617b6 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 20 Jun 2020 19:52:20 +0800 Subject: [PATCH] wfvm: increase VM disk image size Windows software is seriously bloated. --- artiq-fast/wfvm/win.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq-fast/wfvm/win.nix b/artiq-fast/wfvm/win.nix index b7776bd..789e3b0 100644 --- a/artiq-fast/wfvm/win.nix +++ b/artiq-fast/wfvm/win.nix @@ -1,5 +1,5 @@ { pkgs -, diskImageSize ? "22G" +, diskImageSize ? "70G" , windowsImage ? null , autoUnattendParams ? {} , impureMode ? false