From deb8796cc5237ef856463c0b6d02212c6ca5249e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 27 May 2022 15:30:21 -0700 Subject: feat(wpcarro/tarasco): firewall.checkReversePath = loose Tailscale is warning about this in `nix-build` via `trace`. Change-Id: Ia44100f5a3cd12fbf9fd10dbf40bef10805aff12 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5749 Tested-by: BuildkiteCI Reviewed-by: wpcarro Autosubmit: wpcarro --- users/wpcarro/nixos/tarasco/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/wpcarro/nixos/tarasco/default.nix b/users/wpcarro/nixos/tarasco/default.nix index ffb6e4c7ec..17dd4bc856 100644 --- a/users/wpcarro/nixos/tarasco/default.nix +++ b/users/wpcarro/nixos/tarasco/default.nix @@ -57,6 +57,7 @@ in networkmanager.enable = true; interfaces.enp1s0.useDHCP = true; interfaces.enp3s0.useDHCP = true; + firewall.checkReversePath = "loose"; # Disabling wifi because the Realtek network card drivers crash. For more # context, see the boot.blacklistedKernelModules configuration. # interfaces.wlp2s0.useDHCP = true; -- cgit 1.4.1