From 78051f16d89049b9a9c2ebe3b4249288352bd660 Mon Sep 17 00:00:00 2001 From: dyn Date: Wed, 17 Dec 2025 01:27:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20wip:=20fixup=20the=20vm,=20add?= =?UTF-8?q?=20a=20wip=20vagrantfile=20just=20in=20case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dyn --- p2/scripts/setup-hostfile.sh | 8 +++--- p3/scripts/setup-hostfile.sh | 0 vm/Vagrantfile | 29 +++++++++++++++++--- vm/configuration.nix | 52 +++++++++++++++--------------------- vm/flake.nix | 15 ++++++----- 5 files changed, 60 insertions(+), 44 deletions(-) mode change 100644 => 100755 p3/scripts/setup-hostfile.sh diff --git a/p2/scripts/setup-hostfile.sh b/p2/scripts/setup-hostfile.sh index 9597855..550d3ae 100644 --- a/p2/scripts/setup-hostfile.sh +++ b/p2/scripts/setup-hostfile.sh @@ -1,3 +1,5 @@ -echo "192.168.56.110 app1.com" | sudo tee -a "/etc/hosts" -echo "192.168.56.110 app2.com" | sudo tee -a "/etc/hosts" -echo "192.168.56.110 app3.com" | sudo tee -a "/etc/hosts" +cat <