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:
DavHau
2025-06-30 16:03:48 +07:00
parent 76ca59e9d3
commit f966f5b745
6 changed files with 43 additions and 37 deletions

View File

@@ -205,9 +205,6 @@ in
nixpkgs
nix-darwin
;
# By default clan.directory defaults to self, but we don't
# have a sensible default for self here
self = throw "set clan.directory in the test";
};
modules = [
clan-core.modules.clan.default