diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |