nixos-config/2configs/networking/zerotier.nix
2024-05-31 11:11:44 +02:00

10 lines
250 B
Nix

{ lib, config, ... }:
{
# lassulus network
clan.networking.zerotier = {
networkId = "ccc5da5295c853d4";
name = "nether";
};
services.zerotierone.localConf.settings.interfacePrefixBlacklist = [ "ygg" "mesh" "retiolum" "wiregrill" ];
}