wip
This commit is contained in:
@@ -1,24 +1,11 @@
|
||||
{config, ...}: {
|
||||
age.secrets.zerotier.file = ../secrets/zerotier-network.age;
|
||||
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
networking = {
|
||||
firewall = {
|
||||
interfaces."zts23oi5io".allowedTCPPortRanges = [
|
||||
{
|
||||
from = 0;
|
||||
to = 65535;
|
||||
}
|
||||
];
|
||||
interfaces."zts23oi5io".allowedUDPPortRanges = [
|
||||
{
|
||||
from = 0;
|
||||
to = 65535;
|
||||
}
|
||||
];
|
||||
trustedInterfaces = ["ztxh6lvd6t"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user