inventory: clean up unused modules and submodule names

This commit is contained in:
Johannes Kirschbauer
2025-10-23 14:04:23 +02:00
parent aabbe0dfac
commit 04b52d5bee
6 changed files with 4 additions and 74 deletions

View File

@@ -115,7 +115,7 @@ in
meta = lib.mkOption {
type = lib.types.submoduleWith {
modules = [
./meta-interface.nix
./meta.nix
];
};
};
@@ -359,7 +359,7 @@ in
inherit clanLib;
};
}
(import ./roles-interface.nix { })
(import ./role.nix { })
];
}
);