zerotier: init
This commit is contained in:
parent
bd659413fb
commit
ee5cee4a99
6
2configs/networking/zerotier.nix
Normal file
6
2configs/networking/zerotier.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{ lib, config, ... }:
|
||||||
|
{
|
||||||
|
# lassulus network
|
||||||
|
clan.networking.zerotier.networkId = "7c31a21e86f9a75c";
|
||||||
|
services.zerotierone.localConf.settings.interfacePrefixBlacklist = [ "ygg" "mesh" "retiolum" "wiregrill" ];
|
||||||
|
}
|
Loading…
Reference in a new issue