diff --git a/hosts/akko/default.nix b/hosts/akko/default.nix index 839e532..a924ebb 100644 --- a/hosts/akko/default.nix +++ b/hosts/akko/default.nix @@ -16,6 +16,7 @@ networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedUDPPorts = [ 80 443 ]; networking.firewall.trustedInterfaces = [ "tailscale0" ]; + networking.firewall.checkReversePath = "loose"; services.tailscale.enable = true;