[microvm] fix type
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (pull_request) Successful in 4m32s
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 4m59s

This commit is contained in:
2024-11-21 13:07:12 +01:00
parent 9b014c5ff0
commit 812eb102a9

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