diff --git a/Vagrantfile b/Vagrantfile index b755430..5140760 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -86,7 +86,7 @@ module HassioCommunityAddons machine_provider_virtualbox machine machine_shares machine machine_provision machine - machine_cleanup_on_destroy machine + machine_cleanup_on_destroy machine unless @config['keep_config'] end end diff --git a/configuration.yml b/configuration.yml index 3013729..233f0d9 100644 --- a/configuration.yml +++ b/configuration.yml @@ -5,6 +5,7 @@ hostname: hassio post_up_message: Hass.io starting... wait a couple of minutes! box: ubuntu/bionic64 bridge: ~ +keep_config: false shares: addons: /usr/share/hassio/addons/local backup: /usr/share/hassio/backup