summaryrefslogtreecommitdiff
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs
index 9894f45..88c186b 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -24,6 +24,9 @@ pub struct Configuration {
/// Should host certificates be generated for new VMs?
pub default_generate_host_certificate: Option<bool>,
+ /// Should new VM be started automatically on host boot?
+ pub default_autostart: Option<bool>,
+
/// Directory where new VM images should be created, if given.
pub image_directory: Option<PathBuf>,