diff options
| author | Alexander Kassouni <alex@kassouni.net> | 2026-09-27 00:32:26 -0700 |
|---|---|---|
| committer | Alexander Kassouni <alex@kassouni.net> | 2026-09-27 00:32:26 -0700 |
| commit | 1403c2423100e014aae95c2a02191445d9e8b647 (patch) | |
| tree | dc2de145df4d62134e4d17379fc079c71cc8175e /justfile | |
| parent | 2b8facb13cd98baf9b4c6a7dc111702e8279e2c6 (diff) | |
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,9 +1,8 @@ host := "kassouni@5.78.230.100" -port := "26802" config := "kassouni-net" deploy: nixos-rebuild switch --flake .#{{config}} --target-host {{host}} --build-host {{host}} --sudo --ask-sudo-password ssh: - ssh -p {{port}} {{host}} + ssh {{host}} |
