This commit is contained in:
alydev 2025-10-21 16:23:10 +10:00
parent ad2ace1e99
commit 69fa5d2ee0
4 changed files with 11 additions and 14 deletions

View file

@ -9,13 +9,14 @@ boot:
commit:
git add .
-git pull origin main
-git commit -a -m "update"
_switch:
nixos-rebuild switch --flake . --use-remote-sudo
push:
git push origin --all
git push origin main
switch: commit _switch push