mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 15:04:59 +08:00
justfile: ssh to tart
This commit is contained in:
parent
8316b2f67c
commit
d7a9c94cf5
1 changed files with 8 additions and 3 deletions
11
justfile
11
justfile
|
|
@ -20,15 +20,20 @@ infinitude:
|
|||
nix run . infinitude
|
||||
|
||||
# Deploy to orb nixos machine
|
||||
[group('deploy')]
|
||||
orb:
|
||||
nix run . orb-nixos
|
||||
# [group('deploy')]
|
||||
# orb:
|
||||
# nix run . orb-nixos
|
||||
|
||||
# Deploy to tart VM
|
||||
[group('deploy')]
|
||||
tart:
|
||||
nix run . infinitude-nixos
|
||||
|
||||
# SSH to tart CM
|
||||
[group('ssh')]
|
||||
tart-ssh:
|
||||
ssh $(tart ip nixos-vm)
|
||||
|
||||
# Run all pre-commit hooks on all files
|
||||
pca:
|
||||
pre-commit run --all-files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue