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.
pull/48/head
Simon Bruder 2021-02-02 21:40:30 +01:00
parent d8514ab12c
commit 520d750404
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [