Merge pull request 'make zerotier name configureable' (#711) from Mic92-zerotier into main

This commit is contained in:
clan-bot
2024-01-11 17:05:54 +00:00
6 changed files with 39 additions and 126 deletions

View File

@@ -87,6 +87,7 @@ def machine_schema(
# potentially the config might affect submodule options,
# therefore we need to import it
config
{{ clanCore.clanName = "fakeClan"; }}
]
# add all clan modules specified via clanImports
++ (map (name: clan-core.clanModules.${{name}}) config.clanImports or []);