From 04e3e98cdbb8bff2e675d122c0b960dbafc2ed1e Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Sun, 19 Nov 2023 01:10:55 +0100 Subject: [PATCH] feat(down): Halt instead of suspending machines --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5955049..89292a6 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ up: down: @echo "Stopping Homelab..." - @vagrant suspend + @vagrant halt install_vb: @echo "Creating components..."