about summary refs log tree commit diff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index b8a2e13..5106635 100644
--- a/justfile
+++ b/justfile
@@ -24,7 +24,7 @@ fmt:
 	nix fmt
 
 build-wildcat:
-	nixos-rebuild build --target-host fcuny.net --build-host fcuny@fcuny.net --fast --use-remote-sudo --flake .#wildcat --use-substitutes
+	nixos-rebuild build --target-host fcuny.net --build-host fcuny.net --fast --use-remote-sudo --use-substitutes --flake .#wildcat
 
 switch-wildcat:
-	nixos-rebuild switch --target-host fcuny.net --build-host fcuny@fcuny.net --fast --use-remote-sudo --flake .#wildcat --use-substitutes
+	nixos-rebuild switch --target-host fcuny.net --build-host fcuny.net --fast --use-remote-sudo --use-substitutes --flake .#wildcat