diff --git a/Justfile b/Justfile index e2ba6d3..338ff70 100644 --- a/Justfile +++ b/Justfile @@ -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