feat(services): init feature flags in the module manifest: 'manifest.features.API'

This commit is contained in:
Johannes Kirschbauer
2025-04-27 10:29:38 +02:00
parent f5c61382dd
commit 5253c155c0
4 changed files with 60 additions and 13 deletions

View File

@@ -126,6 +126,9 @@ let
./service-module.nix
# Import the resolved module.
(builtins.head instances).instance.resolvedModule
# feature modules
(lib.modules.importApply ./api-feature.nix { inherit clanLib; })
]
# Include all the instances that correlate to the resolved module
++ (builtins.map (v: {