zerotier: Migrate from clanModule to clanServices

This migrates zerotier from clanModules to clanServices.
This is a graceful migration and does not yet disables any of the
clanModule functionality.
This commit is contained in:
a-kenji
2025-06-03 09:48:06 +02:00
parent 46e3180414
commit 24cf1bcc50
6 changed files with 278 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
lib,
...
}:
{
clan.modules = {
zerotier = lib.modules.importApply ./default.nix { };
};
}