summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/justfile b/justfile
index 93c9366..9706426 100644
--- a/justfile
+++ b/justfile
@@ -21,11 +21,10 @@ rebuild subcmd *extraArgs="":
remote-rebuild system subcmd *extraArgs="":
{{ rebuild }} \
{{ subcmd }} \
- --build-host {{ system }} \
- --target-host {{ system }} \
- --use-remote-sudo \
+ --build-host root@{{ system }} \
+ --target-host root@{{ system }} \
+ --fast \
{{ extraArgs }} \
- --print-build-logs \
--flake '.#{{ system }}'
boot *extraArgs="": (rebuild "boot" extraArgs)