From 34aa4fe7a9b48c7e81c56f6f3f758726c619cf80 Mon Sep 17 00:00:00 2001 From: Ivan Jager Date: Sun, 10 Jul 2022 06:58:32 -0500 Subject: [PATCH] raspberrypi-bootloader: Update doc URL for config.txt options The old URL was redirecting to more generic Rasbperry Pi documentation. --- nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix b/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix index 1023361f0b1f..367feb5e88ec 100644 --- a/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix +++ b/nixos/modules/system/boot/loader/raspberrypi/raspberrypi.nix @@ -86,7 +86,7 @@ in type = types.nullOr types.lines; description = '' Extra options that will be appended to /boot/config.txt file. - For possible values, see: https://www.raspberrypi.org/documentation/configuration/config-txt/ + For possible values, see: https://www.raspberrypi.com/documentation/computers/config_txt.html ''; }; };