summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-30 23:00:03 -0700
committerFuwn <[email protected]>2024-09-30 23:00:03 -0700
commit31a10d843f8b14924dd6e1c9ada124a20de6624b (patch)
tree0c2d5eec8a2e4d3e7fb6e34225bef32bfddf9018 /justfile
parenthosts: add fina (diff)
downloadnixos-config-31a10d843f8b14924dd6e1c9ada124a20de6624b.tar.xz
nixos-config-31a10d843f8b14924dd6e1c9ada124a20de6624b.zip
just: remove default hostname from deploy
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 2b23ac1..7528600 100644
--- a/justfile
+++ b/justfile
@@ -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}} \