diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-10-08 19:21:38 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-10-08 19:21:38 -0700 |
| commit | 46eb94f4ea2cb52738e2d43a9287490be02a4a71 (patch) | |
| tree | c8bd8b34cfc463a12893d23cacedbfec15f00c77 /justfile | |
| parent | build and deploy configuration for remote host (diff) | |
| download | infra-46eb94f4ea2cb52738e2d43a9287490be02a4a71.tar.gz | |
build and deploy correctly the configuration to wildcat
Diffstat (limited to '')
| -rw-r--r-- | justfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
