This commit is contained in:
alydev 2025-09-24 16:34:01 +10:00
parent 07d90cf34e
commit f4de386eb1

View file

@ -9,15 +9,15 @@ boot:
commit:
git add .
git commit -a -m "update"
-git commit -a -m "update"
_switch: commit
_switch:
nixos-rebuild switch --flake . --use-remote-sudo
push:
git push origin --all
switch: _switch push
switch: commit _switch push
debug:
nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose