nixpkgs/nixos/modules
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
..
config nixos: fix manual build 2020-07-04 10:23:25 +01:00
hardware hardware.deviceTree: add name 2020-06-21 13:48:22 +02:00
i18n/input-method Revert "ibus: fix dconf db installation" 2020-04-24 18:22:59 -04:00
installer Merge pull request #90431 from euank/nixos-install-warn 2020-07-05 18:55:43 -04:00
misc nixos/documentation: add option to generate caches 2020-06-18 10:17:04 +02:00
profiles Merge pull request #74378 from ttuegel/lxc-container 2020-04-25 16:25:15 +02:00
programs nixos/fish: enable man cache generation 2020-06-29 22:28:32 +02:00
security nixos/acme: execute a single lego command 2020-06-19 14:56:17 +02:00
services postfix: Add submissions option for postfix and test (#91691) 2020-07-06 03:37:56 +02:00
system grub: Add boot.loader.grub.extraGrubInstallArgs option. 2020-07-06 22:07:46 +02:00
tasks Merge pull request #92092 from ElvishJerricco/zfs-encryption-systemd-ask-password 2020-07-02 17:25:53 -04:00
testing nixos/service-runner.nix: Allow quotes in commands + test 2020-02-28 14:26:29 +01:00
virtualisation Merge pull request #92122 from nh2/qemu-vm-fix-useBootLoader 2020-07-06 22:06:20 +02:00
module-list.nix Merge pull request #63165 from CRTified/module/initrd-ovpn 2020-07-05 14:32:52 +02:00
rename.nix hardware/u2f: remove module 2020-06-14 15:13:31 +02:00