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:
Simon Bruder 2021-02-02 21:40:30 +01:00
parent d8514ab12c
commit 520d750404
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -96,7 +96,7 @@ in
# When this is set to true (default), routing everything through a # When this is set to true (default), routing everything through a
# wireguard tunnel does not work. # wireguard tunnel does not work.
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = false;
nix = { nix = {
nixPath = [ nixPath = [