17 lines
237 B
Nix
17 lines
237 B
Nix
{...}: {
|
|
networking = {
|
|
firewall = {
|
|
interfaces = {
|
|
wt0 = {
|
|
allowedUDPPorts = [
|
|
39856
|
|
];
|
|
|
|
allowedTCPPorts = [
|
|
39856
|
|
];
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|