From 4e08f168930fe3f5e186c6118e1ce3ce1928ea1f Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Sun, 26 Nov 2023 00:43:55 +0100 Subject: [PATCH] nixos/networkd: fix manpage for `WireGuardPeer` config Signed-off-by: Christoph Heiss --- nixos/modules/system/boot/networkd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix index 33261021480f..3e10770812db 100644 --- a/nixos/modules/system/boot/networkd.nix +++ b/nixos/modules/system/boot/networkd.nix @@ -1612,7 +1612,7 @@ let description = lib.mdDoc '' Each attribute in this set specifies an option in the `[WireGuardPeer]` section of the unit. See - {manpage}`systemd.network(5)` for details. + {manpage}`systemd.netdev(5)` for details. ''; }; };