From c9e73449508b9ded9f7fdc0c8a0f81717139a669 Mon Sep 17 00:00:00 2001 From: Zolo <39656359+zolodev@users.noreply.github.com> Date: Fri, 19 Jan 2024 14:01:26 +0100 Subject: [PATCH] Update systemd-boot.nix Extending the systemd-boot information and where to find more information. --- .../system/boot/loader/systemd-boot/systemd-boot.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix index 9d55c21077d1..3b140726c2d6 100644 --- a/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix +++ b/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix @@ -81,7 +81,11 @@ in { type = types.bool; - description = lib.mdDoc "Whether to enable the systemd-boot (formerly gummiboot) EFI boot manager"; + description = lib.mdDoc '' + Whether to enable the systemd-boot (formerly gummiboot) EFI boot manager. + For more information about systemd-boot: + https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/ + ''; }; editor = mkOption {