Merge pull request #282053 from zolodev/extending-systemd-boot-information

This commit is contained in:
Valentin Gagarin 2024-01-19 14:57:24 +01:00 committed by GitHub
commit e18f8d69fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {