nixpkgs/nixos/modules/system
Niklas Hambüchen 8665b5ab91 grub: Add boot.loader.grub.extraGrubInstallArgs option.
Useful for when you need to build grub modules into your grub kernel
to get a working boot, as shown in the added example.

To store this new value, we switch to more structural JSON approach.

Using one line per value to store in `/boot/grub/state` gets really messy when
the values are arrays, or even worse, can contain newlines (escaping would be
needed). Further, removing a value from the file would get extra messy
(empty lines we'd have to keep for backwards compatibility).

Thus, from now on we use JSON to store all values we'll need in the future.
2020-07-06 22:07:46 +02:00
..
activation specialisation: replace nesting with named configurations 2020-04-12 08:12:50 -04:00
boot grub: Add boot.loader.grub.extraGrubInstallArgs option. 2020-07-06 22:07:46 +02:00
etc environment.etc: fix typo 2020-03-09 12:01:41 +01:00