Remove useless settings.json

This commit is contained in:
Johannes Kirschbauer
2024-06-24 21:42:55 +02:00
committed by hsjobeki
parent b90ec6e842
commit 7f897e29d6
3 changed files with 4 additions and 23 deletions

View File

@@ -91,6 +91,8 @@ in
type = lib.types.submodule {
options = {
inventory = lib.mkOption { type = lib.types.attrsOf lib.types.unspecified; };
inventoryFile = lib.mkOption { type = lib.types.unspecified; };
meta = lib.mkOption { type = lib.types.attrsOf lib.types.unspecified; };
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); };