From 46eb94f4ea2cb52738e2d43a9287490be02a4a71 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 Oct 2024 19:21:38 -0700 Subject: build and deploy correctly the configuration to wildcat --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'justfile') 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 -- cgit 1.4.1