clan services: use service modules from clan-core by default
Users will use clan-core services first before making their own. Therefore this is a better default. Also it allow us to simplify rendering of our docs
This commit is contained in:
@@ -238,7 +238,7 @@ in
|
||||
imports = [
|
||||
../inventoryClass/builder/default.nix
|
||||
(lib.modules.importApply ../inventoryClass/service-list-from-inputs.nix {
|
||||
inherit localModuleSet flakeInputs clanLib;
|
||||
inherit flakeInputs clanLib localModuleSet;
|
||||
})
|
||||
{
|
||||
inherit inventory directory;
|
||||
|
||||
Reference in New Issue
Block a user