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:
9
clanServices/zerotier/flake-module.nix
Normal file
9
clanServices/zerotier/flake-module.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
clan.modules = {
|
||||
zerotier = lib.modules.importApply ./default.nix { };
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user