[microvm] fix type

This commit is contained in:
2024-11-21 13:07:12 +01:00
parent 1dc140ad9f
commit ca8e0cffda

View File

@@ -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
'';