10 lines
250 B
Nix
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" ];
|
|
}
|