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 0da94c27ca
commit 517cb98ac5
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
];
}