diff --git a/os/linux/nix/machines/thinker.nix b/os/linux/nix/machines/thinker.nix index 2f347a9..08d762b 100644 --- a/os/linux/nix/machines/thinker.nix +++ b/os/linux/nix/machines/thinker.nix @@ -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 = [ ]; };