From 50560ee9bc2f6c7fa7c601c320bd328c77d03d99 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 7 Mar 2021 13:24:29 +0200 Subject: fix: make host cert generation field optional in config --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 132f1f6..9f99655 100644 --- a/src/config.rs +++ b/src/config.rs @@ -10,7 +10,7 @@ pub struct Configuration { pub default_image_gib: Option, pub default_memory_mib: Option, pub default_cpus: Option, - pub default_generate_host_certificate: bool, + pub default_generate_host_certificate: Option, pub image_directory: Option, pub authorized_keys: Option>, pub ca_key: Option, -- cgit v1.2.1