refactor facts command to regenerate facts for all machines #1223

Merged
clan-bot merged 3 commits from parallelism into main 2024-04-15 20:35:22 +00:00
Showing only changes of commit a4b15d2ca2 - Show all commits

View File

@ -50,7 +50,7 @@ in
clanInternals = lib.mkOption {
type = lib.types.submodule {
options = {
all-machines-json = lib.mkOption { type = lib.types.attrsOf lib.types.str; };
all-machines-json = lib.mkOption { type = lib.types.attrsOf lib.types.unspecified; };
machines = lib.mkOption { type = lib.types.attrsOf (lib.types.attrsOf lib.types.unspecified); };
machinesFunc = lib.mkOption { type = lib.types.attrsOf (lib.types.attrsOf lib.types.unspecified); };
};