From e7dd4513db74ac1d320399d8b1ace79a9fca1693 Mon Sep 17 00:00:00 2001 From: dyn Date: Wed, 17 Dec 2025 21:08:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20up?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- vm/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/flake.nix b/vm/flake.nix index f98983b..33a0395 100644 --- a/vm/flake.nix +++ b/vm/flake.nix @@ -38,7 +38,7 @@ vm = generate-vm [ ./configuration.nix { - virtualisation.diskSize = 20 * 1024; + virtualisation.diskSize = 30 * 1024; } ]; in