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: commit:
git add . git add .
git commit -a -m "update" -git commit -a -m "update"
_switch: commit _switch:
nixos-rebuild switch --flake . --use-remote-sudo nixos-rebuild switch --flake . --use-remote-sudo
push: push:
git push origin --all git push origin --all
switch: _switch push switch: commit _switch push
debug: debug:
nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose nixos-rebuild switch --flake . --use-remote-sudo --show-trace --verbose