From 2065b8493367051fc05f7360ad67e95f9860f41b Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Tue, 26 Aug 2025 16:08:22 -0700 Subject: [PATCH] setup-nixos.sh: use limactl restart instead of: stop / start --- setup-nixos.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup-nixos.sh b/setup-nixos.sh index 92d0318..741162b 100755 --- a/setup-nixos.sh +++ b/setup-nixos.sh @@ -57,5 +57,4 @@ limactl shell $GUEST_HOST_NAME -- sudo chown $GUEST_USER:wheel -R $GUEST_CONFIG_ limactl shell $GUEST_HOST_NAME -- sudo bash -c "cd /etc/nixos ; git checkout master" limactl shell $GUEST_HOST_NAME -- sudo nixos-rebuild boot --flake .#$GUEST_CONFIG_NAME sleep 1 -limactl stop $GUEST_HOST_NAME -limactl start $GUEST_HOST_NAME +limactl restart $GUEST_HOST_NAME