migrate nixos-container to microvm #28

Merged
kalipso merged 18 commits from microvm into master 2024-11-21 15:59:01 +01:00
Showing only changes of commit 812eb102a9 - Show all commits

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