about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2023-12-06 00:33:05 +0100
committerGitHub <noreply@github.com>2023-12-06 00:33:05 +0100
commitad7955279dd0dcab03e02767a5794668cb160c04 (patch)
tree9364856e3f3bab4bac69688a687749c248a4b06e
parentd1eaa66106da25990100c69a2826f1c2a2fc8859 (diff)
parent4e08f168930fe3f5e186c6118e1ce3ce1928ea1f (diff)
Merge pull request #270011 from christoph-heiss/networkd-fix-wgpeer-doc
nixos/networkd: fix manpage for `WireGuardPeer` config
-rw-r--r--nixos/modules/system/boot/networkd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/networkd.nix b/nixos/modules/system/boot/networkd.nix
index 33261021480f1..3e10770812db6 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.
         '';
       };
     };