firewall: Entirely disable reverse path checking
This hopefully fixes #26 (or more specific a regression caused by it, see the comment in the issue). I didn’t test it for long, but it seems to work.
This commit is contained in:
parent
d8514ab12c
commit
520d750404
|
@ -96,7 +96,7 @@ in
|
|||
|
||||
# When this is set to true (default), routing everything through a
|
||||
# wireguard tunnel does not work.
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
networking.firewall.checkReversePath = false;
|
||||
|
||||
nix = {
|
||||
nixPath = [
|
||||
|
|
Loading…
Reference in a new issue