about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-10-08 19:21:38 -0700
committerFranck Cuny <franck@fcuny.net>2024-10-08 19:21:38 -0700
commit46eb94f4ea2cb52738e2d43a9287490be02a4a71 (patch)
treec8bd8b34cfc463a12893d23cacedbfec15f00c77
parentbuild and deploy configuration for remote host (diff)
downloadworld-46eb94f4ea2cb52738e2d43a9287490be02a4a71.tar.gz
build and deploy correctly the configuration to wildcat
-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