From bfe933724346b7f9e5fb39f32e252578cb1dafd7 Mon Sep 17 00:00:00 2001 From: adjoly Date: Fri, 29 Aug 2025 17:00:06 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat:=20everythin?= =?UTF-8?q?g=20is=20working=20fuck=20yea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- p1/scripts/setup-SW.sh | 2 +- vm/configuration.nix | 2 +- vm/flake.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/p1/scripts/setup-SW.sh b/p1/scripts/setup-SW.sh index 82dc7a2..f46315a 100644 --- a/p1/scripts/setup-SW.sh +++ b/p1/scripts/setup-SW.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh while [ ! -f /vagrant/node-token ]; - do sleep 1; + do sleep 2; done TOKEN=$(cat /vagrant/node-token) diff --git a/vm/configuration.nix b/vm/configuration.nix index c1824ce..4faccff 100644 --- a/vm/configuration.nix +++ b/vm/configuration.nix @@ -21,7 +21,7 @@ ]; networking.hosts = { - "127.0.0.1" = [ + "192.168.56.110" = [ "app1.com" "app2.com" "app3.com" diff --git a/vm/flake.nix b/vm/flake.nix index 5578720..5e6cff1 100644 --- a/vm/flake.nix +++ b/vm/flake.nix @@ -82,7 +82,7 @@ -nographic \ -m 8G \ -smp 4 \ - -cpu host \ + -cpu host \ -virtfs local,path=$(${pkgs.coreutils}/bin/pwd)/..,mount_tag=host0,security_model=mapped-xattr,id=host0 ''; in