9 lines
103 B
Nix
9 lines
103 B
Nix
{
|
|
config,
|
|
lib,
|
|
...
|
|
}: {
|
|
imports = [./zerotier.nix];
|
|
|
|
zerotier.enable = lib.mkDefault true;
|
|
}
|