From 577736fcb24304de9146e00fb489706c5be2fa0d Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 10 Jan 2026 22:46:39 -0800 Subject: [PATCH] Add deploy command --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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