diff --git a/Justfile b/Justfile index 3b50b49..fcd13e7 100644 --- a/Justfile +++ b/Justfile @@ -4,9 +4,11 @@ up: boot: nixos-rebuild boot --flake . --use-remote-sudo -switch: +commit: git add . git commit -a -m "update" + +switch: commit nixos-rebuild switch --flake . --use-remote-sudo debug: