Use routing features for thinker

This commit is contained in:
Daniel Flanagan 2023-08-30 23:09:03 -05:00
parent d4e05dd02d
commit 3a2ed3aad8
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [ ];
};