From 3a2ed3aad806fd1f85eef30053d94fd22d02cb74 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Wed, 30 Aug 2023 23:09:03 -0500 Subject: [PATCH] Use routing features for thinker --- os/linux/nix/machines/thinker.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [ ]; };