about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorChristoph Heiss <christoph@c8h4.io>2023-11-26 00:43:55 +0100
committerChristoph Heiss <christoph@c8h4.io>2023-11-26 00:43:55 +0100
commit4e08f168930fe3f5e186c6118e1ce3ce1928ea1f (patch)
tree0c328717e987b210aa98d1e7463954990936f08e /nixos/modules/system
parent3c9dd1c8a244aec0ef6e536519c0e1df00665f0b (diff)
downloadnixlib-4e08f168930fe3f5e186c6118e1ce3ce1928ea1f.tar
nixlib-4e08f168930fe3f5e186c6118e1ce3ce1928ea1f.tar.gz
nixlib-4e08f168930fe3f5e186c6118e1ce3ce1928ea1f.tar.bz2
nixlib-4e08f168930fe3f5e186c6118e1ce3ce1928ea1f.tar.lz
nixlib-4e08f168930fe3f5e186c6118e1ce3ce1928ea1f.tar.xz
nixlib-4e08f168930fe3f5e186c6118e1ce3ce1928ea1f.tar.zst
nixlib-4e08f168930fe3f5e186c6118e1ce3ce1928ea1f.zip
nixos/networkd: fix manpage for `WireGuardPeer` config
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
Diffstat (limited to 'nixos/modules/system')
-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 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.
         '';
       };
     };