diff --git a/justfile b/justfile index f2c2e1f..784798d 100644 --- a/justfile +++ b/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