diff --git a/Makefile b/Makefile index a682036..aa18e7b 100644 --- a/Makefile +++ b/Makefile @@ -34,4 +34,9 @@ update-input: # Build Custom Install ISO .PHONY: iso iso: - nix build .#packages.x86_64-linux.iso \ No newline at end of file + nix build .#packages.x86_64-linux.iso + +# Deploy a host by name (ex: 's0') +.PHONY: deploy +deploy: + deploy --remote-build --boot --debug-logs --skip-checks .#$(filter-out $@,$(MAKECMDGOALS)) \ No newline at end of file