From af5f79bb48ae7f34c3529ad2fae9dd1c4c394948 Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 4 Nov 2022 17:39:39 -0400 Subject: [PATCH] akko akko uwu try 9 Signed-off-by: Xe --- hosts/akko/default.nix | 1 + 1 file changed, 1 insertion(+) 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;