From cbcec36f2d360e689dda946374d3f2025577d9a5 Mon Sep 17 00:00:00 2001 From: alydev Date: Tue, 23 Sep 2025 19:12:21 +1000 Subject: [PATCH] just --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: