about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-05-27T22·30-0700
committerclbot <clbot@tvl.fyi>2022-05-27T23·31+0000
commitdeb8796cc5237ef856463c0b6d02212c6ca5249e (patch)
tree0973ff24a921f2d9f4cb1670c9765640bea2f1f5
parent932a03e2248651761743611b59914d64a49cf22c (diff)
feat(wpcarro/tarasco): firewall.checkReversePath = loose r/4162
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 <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
-rw-r--r--users/wpcarro/nixos/tarasco/default.nix1
1 files changed, 1 insertions, 0 deletions
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;