diff options
| author | Fuwn <[email protected]> | 2024-09-30 23:00:03 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-30 23:00:03 -0700 |
| commit | 31a10d843f8b14924dd6e1c9ada124a20de6624b (patch) | |
| tree | 0c2d5eec8a2e4d3e7fb6e34225bef32bfddf9018 /justfile | |
| parent | hosts: add fina (diff) | |
| download | nixos-config-31a10d843f8b14924dd6e1c9ada124a20de6624b.tar.xz nixos-config-31a10d843f8b14924dd6e1c9ada124a20de6624b.zip | |
just: remove default hostname from deploy
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ commit message: restore: git restore --staged . && git restore . -deploy hostname='himeji' user='root': +deploy hostname user='root': git add . && nixos-rebuild \ --flake .#{{hostname}} \ --target-host {{user}}@{{hostname}} \ |