1
0
Fork 0

Disabled reverse path filtering to make wireguard work

This commit is contained in:
Jan Grosser 2024-05-26 21:34:24 +02:00
parent dc211e5a84
commit f022c41835

View file

@ -161,6 +161,10 @@
# Or disable the firewall altogether.
# 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
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave