Use routing features for thinker
This commit is contained in:
parent
d4e05dd02d
commit
3a2ed3aad8
|
@ -253,6 +253,7 @@ in
|
|||
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
useRoutingFeatures = "client";
|
||||
};
|
||||
|
||||
environment.variables = {
|
||||
|
@ -338,7 +339,6 @@ in
|
|||
networking.firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
checkReversePath = "loose";
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
};
|
||||
|
|
Reference in a new issue