test-vm: Increase disk size

This commit is contained in:
Alexander Heldt
2025-11-02 21:34:50 +01:00
parent 6c7a17035e
commit 534752a1c3

View File

@@ -26,9 +26,9 @@
security.sudo.wheelNeedsPassword = false;
virtualisation.vmVariant = {
# following configuration is added only when building VM with build-vm
# following configuration is added only when building VM the *first* time with `build-vm`
virtualisation = {
diskSize = 4096;
diskSize = 8192;
memorySize = 2048;
cores = 3;
graphics = false;