init(clanServices): add zerotier boilerplate to clanServices
This commit is contained in:
8
clanServices/flake-module.nix
Normal file
8
clanServices/flake-module.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ self, lib, ... }:
|
||||
{
|
||||
clan.inventory.modules = {
|
||||
zerotier-redux = lib.modules.importApply ./zerotier-redux/default.nix {
|
||||
inherit (self) packages;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user