diff --git a/Justfile b/Justfile index 51526ea..7baa3d7 100644 --- a/Justfile +++ b/Justfile @@ -1,7 +1,10 @@ up: nix flake update -deploy: +boot: + nixos-rebuild boot --flake . --use-remote-sudo + +switch: nixos-rebuild switch --flake . --use-remote-sudo debug: