From 18c95d2f9c276bcc8b9306237e923e1ab935118c Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 9 Nov 2024 10:07:56 +0100 Subject: [PATCH] test-vm: Increase disk size --- hosts/test-vm/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/test-vm/configuration.nix b/hosts/test-vm/configuration.nix index 144a9b4..3bccf50 100644 --- a/hosts/test-vm/configuration.nix +++ b/hosts/test-vm/configuration.nix @@ -22,6 +22,7 @@ virtualisation.vmVariant = { # following configuration is added only when building VM with build-vm virtualisation = { + diskSize = 4096; memorySize = 2048; cores = 3; graphics = false;