WireGuard: Difference between revisions
m →Client setup: example from a noob :) |
|||
Line 485: | Line 485: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
== wg-quick issues with NetworkManager == | |||
Try <code>systemd-resolved</code> | |||
This fixed the issue of wg connecting to the peer but not being able to access the internet or LAN. | |||
<syntaxhighlight lang="nix"> | |||
networking.networkmanager.dns = "systemd-resolved"; | |||
services.resolved.enable = true; | |||
</syntaxhighlight> | |||
=See also= | =See also= |