」 feat: everything is working fuck yea

This commit is contained in:
2025-08-29 17:00:06 +02:00
parent 6aad048a9f
commit bfe9337243
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env sh #!/usr/bin/env sh
while [ ! -f /vagrant/node-token ]; while [ ! -f /vagrant/node-token ];
do sleep 1; do sleep 2;
done done
TOKEN=$(cat /vagrant/node-token) TOKEN=$(cat /vagrant/node-token)

View File

@ -21,7 +21,7 @@
]; ];
networking.hosts = { networking.hosts = {
"127.0.0.1" = [ "192.168.56.110" = [
"app1.com" "app1.com"
"app2.com" "app2.com"
"app3.com" "app3.com"

View File

@ -82,7 +82,7 @@
-nographic \ -nographic \
-m 8G \ -m 8G \
-smp 4 \ -smp 4 \
-cpu host \ -cpu host \
-virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0 -virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0
''; '';
in in