nixos-config/2configs/networking/zerotier.nix

10 lines
250 B
Nix
Raw Normal View History

2024-01-17 23:17:57 +01:00
{ lib, config, ... }:
{
# lassulus network
2024-05-31 11:11:44 +02:00
clan.networking.zerotier = {
networkId = "ccc5da5295c853d4";
name = "nether";
};
2024-01-17 23:17:57 +01:00
services.zerotierone.localConf.settings.interfacePrefixBlacklist = [ "ygg" "mesh" "retiolum" "wiregrill" ];
}