12 lines
151 B
Nix
12 lines
151 B
Nix
{...}: {
|
|
services.zerotierone = {
|
|
enable = true;
|
|
};
|
|
|
|
networking = {
|
|
firewall = {
|
|
trustedInterfaces = ["ztxh6lvd6t"];
|
|
};
|
|
};
|
|
}
|