Update systemd-boot.nix

Extending the systemd-boot information and where to find more information.
This commit is contained in:
Zolo 2024-01-19 14:01:26 +01:00 committed by GitHub
parent 45f1aab3d6
commit c9e7344950
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 {