docs: rename all references from 'buildClan' to 'lib.clan'

This commit is contained in:
Johannes Kirschbauer
2025-06-27 09:54:23 +02:00
parent 35d50489bb
commit 731de62876
17 changed files with 54 additions and 73 deletions

View File

@@ -52,7 +52,7 @@ clanModules/borgbackup
```nix title="flake.nix"
# ...
buildClan {
clan-core.lib.clan {
# 1. Add the module to the available clanModules with inventory support
inventory.modules = {
custom-module = ./modules/my_module;
@@ -175,7 +175,7 @@ The following shows how to add options to your module.
Configuration can be set as follows.
```nix title="flake.nix"
buildClan {
clan-core.lib.clan {
inventory.services = {
custom-module.instance_1 = {
roles.default.machines = [ "machineA" ];