diff --git a/Justfile b/Justfile index 5761605..dece1d9 100644 --- a/Justfile +++ b/Justfile @@ -22,4 +22,8 @@ fmt: nix fmt deploy host: - nix run ".#apps.nixinate.{{host}}" + colmena apply --on {{host}} + +[confirm] +cold-deploy host: + colmena apply --on {{host}} --reboot