Disabled reverse path filtering to make wireguard work
This commit is contained in:
parent
dc211e5a84
commit
f022c41835
1 changed files with 4 additions and 0 deletions
|
|
@ -161,6 +161,10 @@
|
||||||
# Or disable the firewall altogether.
|
# Or disable the firewall altogether.
|
||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
|
# Adapt reverse path filtering for wireguard
|
||||||
|
# See: https://nixos.wiki/wiki/WireGuard#Setting_up_WireGuard_with_NetworkManager
|
||||||
|
networking.firewall.checkReversePath = "loose";
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue