WireGuard: Difference between revisions

imported>Zaechus
use more than just extraConfig for the networkd example
imported>Milachew
m Some correction in "Setting up WireGuard with NetworkManager" : "loose" option only worked for me.
Line 298: Line 298:
<syntaxHighlight lang="nix">
<syntaxHighlight lang="nix">
{ config, pkgs, lib, ... }:{
{ config, pkgs, lib, ... }:{
   networking.firewall.checkReversePath = false; # maybe "loose" also works, untested
   networking.firewall.checkReversePath = false; # in some cases only "loose" can work
}
}
</syntaxHighlight>
</syntaxHighlight>