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

@@ -5,5 +5,6 @@
./hello-world/flake-module.nix
./wifi/flake-module.nix
./borgbackup/flake-module.nix
./zerotier/flake-module.nix
];
}