From 37044bbb92c9134ceb4b8d734b6ed2eaad560a28 Mon Sep 17 00:00:00 2001 From: dyn Date: Wed, 17 Dec 2025 19:18:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore:=20more=20cpu?= 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 227fd8a..f98983b 100644 --- a/vm/flake.nix +++ b/vm/flake.nix @@ -64,7 +64,7 @@ source ${selfPkgs.vm}/bin/run-${hostname}-vm \ -enable-kvm \ -m 6G \ - -smp 2 \ + -smp 4 \ -cpu host \ -virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0 '';