Talk:WireGuard: Difference between revisions
imported>Nrbray m Addition of networking.useNetworkd = true; to systemd section |
imported>Nrbray No edit summary |
||
Line 27: | Line 27: | ||
trace: warning: The combination of `systemd.network.enable = true` [wireguard], `networking.useDHCP = true` and `networking.useNetworkd = false` can cause both networkd and dhcpcd to manage the same interfaces. This can lead to loss of networking. It is recommended you choose only one of networkd (by also enabling `networking.useNetworkd`) or scripting (by disabling `systemd.network.enable`) | trace: warning: The combination of `systemd.network.enable = true` [wireguard], `networking.useDHCP = true` and `networking.useNetworkd = false` can cause both networkd and dhcpcd to manage the same interfaces. This can lead to loss of networking. It is recommended you choose only one of networkd (by also enabling `networking.useNetworkd`) or scripting (by disabling `systemd.network.enable`) | ||
``` | ``` | ||
Some hint found here: https://discourse.nixos.org/t/systemd-services/31546/2 | Some hint found here: https://discourse.nixos.org/t/systemd-services/31546/2 |