diff --git a/justfile b/justfile index ee17739..4eb2cc3 100644 --- a/justfile +++ b/justfile @@ -19,6 +19,9 @@ start: stop: -limactl stop "{{ vm }}" +# Reboots the guest OS without recreating the VM or deleting its disk data. +restart: stop start + delete: stop limactl delete --force "{{ vm }}"