From 5f18b8fae10888fba5ba6ce379dca0aa8b615b4b Mon Sep 17 00:00:00 2001 From: dyn Date: Thu, 18 Dec 2025 11:31:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20chore(vm):=20MOREEE=20POWAAAAAAA?= =?UTF-8?q?AAAAH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- vm/flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/flake.nix b/vm/flake.nix index e845b99..26f274d 100644 --- a/vm/flake.nix +++ b/vm/flake.nix @@ -63,8 +63,8 @@ set -x source ${selfPkgs.vm}/bin/run-${hostname}-vm \ -enable-kvm \ - -m 6G \ - -smp 4 \ + -m 8G \ + -smp 6 \ -cpu host \ -virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0 '';