From 71f467fc8847db2a493c6fc6b09b2147fb15ef6c Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 1 Nov 2024 22:14:35 +0100 Subject: [PATCH] iwd: update settings documentation The link https://iwd.wiki.kernel.org/networkconfigurationsettings is currently broken, as it redirect to the 404 https://archive.kernel.org/oldwiki/iwd.wiki.kernel.org/networkconfigurationsettings ; the correct link is https://archive.kernel.org/oldwiki/iwd.wiki.kernel.org/networkconfigurationsettings.html but it is marked as obsolete, and tell the user to read the iwd.network(5) man. Co-authored-by: Franz Pletz --- nixos/modules/services/networking/iwd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/iwd.nix b/nixos/modules/services/networking/iwd.nix index bf1795f87e73..5ee0db32d65d 100644 --- a/nixos/modules/services/networking/iwd.nix +++ b/nixos/modules/services/networking/iwd.nix @@ -36,7 +36,7 @@ in description = '' Options passed to iwd. - See [here](https://iwd.wiki.kernel.org/networkconfigurationsettings) for supported options. + See {manpage}`iwd.config(5)` for supported options. ''; }; };