From ca8e0cffdad53eaa7686666882bcb7a275433bd0 Mon Sep 17 00:00:00 2001 From: kalipso Date: Thu, 21 Nov 2024 13:07:12 +0100 Subject: [PATCH] [microvm] fix type --- machines/modules/malobeo/microvm_host.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/modules/malobeo/microvm_host.nix b/machines/modules/malobeo/microvm_host.nix index cee56046..fc1c8162 100644 --- a/machines/modules/malobeo/microvm_host.nix +++ b/machines/modules/malobeo/microvm_host.nix @@ -16,7 +16,7 @@ in deployHosts = mkOption { default = []; - type = types.listOf string; + type = types.listOf types.str; description = '' List hostnames of MicroVMs that should be automatically initializes and autostart '';