From 8098129583e39dfd507cc9d10dfcff0d0ac97c29 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 5 Oct 2024 10:34:59 -0700 Subject: build and deploy configuration for remote host --- justfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 0e67acd..b8a2e13 100644 --- a/justfile +++ b/justfile @@ -22,3 +22,9 @@ test-nix: # run various formatting tools 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 + +switch-wildcat: + nixos-rebuild switch --target-host fcuny.net --build-host fcuny@fcuny.net --fast --use-remote-sudo --flake .#wildcat --use-substitutes -- cgit 1.4.1