feat: Add Justfile recipe for remote deployment

This commit is contained in:
punkfairie 2025-03-09 10:59:51 -07:00
parent c35341d9e3
commit d323003c5c
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -18,6 +18,13 @@ alias do := deployos
deployos host=defhost:
nh os switch -H {{host}} .
alias dro := deployRemoteOs
[group('nixos')]
deployRemoteOs host:
nixos-rebuild switch --flake .#{{host}} \
--target-host root@{{host}} \
--verbose --log-format internal-json |& nom --json
alias dd := deploydarwin
[group('darwin')]
deploydarwin host=defhost: