fix: flake update script

This commit is contained in:
Noa Aarts 2024-10-21 00:42:12 +02:00
parent b94ec21f68
commit dab39700c1
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -330,7 +330,7 @@
cd /root/nixconf cd /root/nixconf
git reset --hard origin/main git reset --hard origin/main
git pull git pull
nix flake update --commit-lock-file /root/nixconf nix flake update --commit-lock-file
nixos-rebuild boot --flake . nixos-rebuild boot --flake .
git push git push
''; '';