🔨」 fix: now they ping each other

This commit is contained in:
2025-07-23 16:04:45 +02:00
parent 1074c06e42
commit d7bc6cb929
4 changed files with 12 additions and 6 deletions

View File

@ -57,6 +57,8 @@
script = pkgs.writeShellScriptBin "${scriptName}" ''
${selfPkgs.vm}/bin/run-${hostname}-vm \
-enable-kvm \
-m 8G \
-smp 4\
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0
'';
in
@ -72,6 +74,8 @@
${selfPkgs.vm}/bin/run-${hostname}-vm \
-enable-kvm \
-nographic \
-m 8G \
-smp 4 \
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0
'';
in