summaryrefslogtreecommitdiffstats
path: root/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
diff options
context:
space:
mode:
authorZolo <39656359+zolodev@users.noreply.github.com>2024-01-19 14:01:26 +0100
committerGitHub <noreply@github.com>2024-01-19 14:01:26 +0100
commitc9e73449508b9ded9f7fdc0c8a0f81717139a669 (patch)
tree91f56ca296b9a2113ac7a59dd227faeadebd84aa /nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
parent45f1aab3d6a9e691dd687fd0df9b694875d114fd (diff)
Update systemd-boot.nix
Extending the systemd-boot information and where to find more information.
Diffstat (limited to 'nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix')
-rw-r--r--nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix6
1 files changed, 5 insertions, 1 deletions
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 {