allow passing of extra_config into machines

This commit is contained in:
lassulus
2024-02-10 11:47:09 +01:00
parent 10cbe11e53
commit eebd9d0b4a
6 changed files with 123 additions and 68 deletions

View File

@@ -49,6 +49,9 @@
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);
};
};
};
};