🔨 chore: fixup whatever i did

Signed-off-by: dyn <oss+dyn@xtrm.me>
This commit is contained in:
dyn
2025-12-17 11:11:20 +01:00
parent ede4766d86
commit 52c6eeb443
3 changed files with 10 additions and 10 deletions

View File

@ -63,8 +63,8 @@
set -x
source ${selfPkgs.vm}/bin/run-${hostname}-vm \
-enable-kvm \
-m 8G \
-smp 4 \
-m 4G \
-smp 1 \
-cpu host \
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0
'';
@ -81,8 +81,8 @@
${selfPkgs.vm}/bin/run-${hostname}-vm \
-enable-kvm \
-nographic \
-m 8G \
-smp 4 \
-m 4G \
-smp 1 \
-cpu host \
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0
'';