update to boot instead of right away

This commit is contained in:
Noa Aarts 2024-06-18 13:23:50 +02:00
parent 6ffef68690
commit 69d4a0fca2

View file

@ -292,7 +292,7 @@
cd /root/nixconf cd /root/nixconf
git pull git pull
nix flake update --commit-lock-file /root/nixconf nix flake update --commit-lock-file /root/nixconf
nixos-rebuild switch --flake . nixos-rebuild boot --flake .
git push git push
''; '';
serviceConfig = { serviceConfig = {