[microvm] fix type

This commit is contained in:
2024-11-21 13:07:12 +01:00
parent 02c1e307ed
commit 7b1bce6dc8

View File

@@ -16,7 +16,7 @@ in
deployHosts = mkOption { deployHosts = mkOption {
default = []; default = [];
type = types.listOf string; type = types.listOf types.str;
description = '' description = ''
List hostnames of MicroVMs that should be automatically initializes and autostart List hostnames of MicroVMs that should be automatically initializes and autostart
''; '';