Skip to content

Commit 92e800f

Browse files
committed
setup-rebuild-nixos.sh: sleep 5 after nixos-rebuild boot
1 parent a28726d commit 92e800f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup-rebuild-nixos.sh

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ limactl shell $LIMA_NAME -- sudo git init --separate-git-dir=$CONFIG_DIR/nixos-c
2525
limactl shell $LIMA_NAME -- sudo chown $LIMA_USER:wheel -R $CONFIG_DIR/nixos-config
2626
limactl shell $LIMA_NAME -- sudo bash -c "cd /etc/nixos ; git checkout master"
2727
limactl shell $LIMA_NAME -- sudo nixos-rebuild boot --flake .#sample
28+
sleep 5
2829
limactl stop $LIMA_NAME
2930
limactl start $LIMA_NAME
3031

0 commit comments

Comments
 (0)