Add deploy recipe to justfile
This commit is contained in:
parent
4f66af9529
commit
6519b34278
1 changed files with 4 additions and 1 deletions
3
Justfile
3
Justfile
|
@ -6,3 +6,6 @@ diff:
|
|||
|
||||
switch:
|
||||
nixos-rebuild --flake .# --use-remote-sudo switch
|
||||
|
||||
deploy HOST:
|
||||
nix run ".#apps.nixinate.{{HOST}}"
|
||||
|
|
Loading…
Reference in a new issue