mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
Update systemd-boot.nix
Extending the systemd-boot information and where to find more information.
This commit is contained in:
parent
45f1aab3d6
commit
c9e7344950
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user