mirror of
https://codeberg.org/27/inception-of-things.git
synced 2026-01-01 06:06:42 +01:00
@ -63,8 +63,8 @@
|
||||
set -x
|
||||
source ${selfPkgs.vm}/bin/run-${hostname}-vm \
|
||||
-enable-kvm \
|
||||
-m 4G \
|
||||
-smp 1 \
|
||||
-m 6G \
|
||||
-smp 2 \
|
||||
-cpu host \
|
||||
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0
|
||||
'';
|
||||
@ -84,6 +84,7 @@
|
||||
-m 4G \
|
||||
-smp 1 \
|
||||
-cpu host \
|
||||
-netdev user,id=net0,hostfwd=tcp::2222-:22 \
|
||||
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0
|
||||
'';
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user