feat(down): Halt instead of suspending machines

This commit is contained in:
Tanguy Herbron 2023-11-19 01:10:55 +01:00
parent c2a9140997
commit 04e3e98cdb

View File

@ -11,7 +11,7 @@ up:
down: down:
@echo "Stopping Homelab..." @echo "Stopping Homelab..."
@vagrant suspend @vagrant halt
install_vb: install_vb:
@echo "Creating components..." @echo "Creating components..."