From 812eb102a98d6c23937af6e0262c8e6d37def1b5 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 cee5604..fc1c816 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 '';