nixpkgs/nixos/modules
jokogr b12debc076 grub: Do not check for duplicated devices in mirroredBoots on UEFI (#18625)
When Grub is to be used with UEFI, it is not going to write to any MBR
of any disk. As such, it is safe to use multiple "nodev" device entries
when mirroring the ESP partition to multiple disks.

E.g.:

```
boot.loader.grub = {
  enable = true;
  version = 2;
  zfsSupport = true;
  efiSupport = true;
  mirroredBoots = [
    { devices = [ "nodev" ]; path = "/boot1"; efiSysMountPoint = "/boot1"; }
    { devices = [ "nodev" ]; path = "/boot2"; efiSysMountPoint = "/boot2"; }
    { devices = [ "nodev" ]; path = "/boot3"; efiSysMountPoint = "/boot3"; }
  ];
};

boot.loader.efi.canTouchEfiVariables = true;
```

Fixes #18584
2016-09-25 07:37:18 +02:00
..
config treewide: deprecate ip-up.target (#18319) 2016-09-10 18:03:59 +02:00
hardware nixos opengl: use mesa_drivers.out 2016-09-24 19:21:39 +02:00
i18n/input-method nixos/input-methods: use gtk2 attribute for GTK 2 2016-09-23 17:28:47 -05:00
installer treewide: sshfsFuse -> sshfs-fuse 2016-09-18 17:44:30 +02:00
misc monetdb module: remove since it's not packaged 2016-09-19 23:11:13 +02:00
profiles treewide: sshfsFuse -> sshfs-fuse 2016-09-18 17:44:30 +02:00
programs Enable the runuser command from util-linux 2016-09-06 17:23:27 +02:00
security Merge branch 'rngd-wantedBy' of git://github.com/srp/nixpkgs-1 2016-09-19 19:06:51 -04:00
services Merge pull request #18833 from DamienCassou/rsnapshot-module-config 2016-09-25 01:07:49 +04:00
system grub: Do not check for duplicated devices in mirroredBoots on UEFI (#18625) 2016-09-25 07:37:18 +02:00
tasks Merge pull request #18691 from abbradar/keys-fs 2016-09-24 13:34:28 +04:00
testing KDE test: Bump kdm start timeout 2016-05-27 11:22:27 +02:00
virtualisation containers: fix dynamic hash lookup 2016-09-24 09:26:52 +02:00
module-list.nix Merge pull request #18463 from regnat/selfoss 2016-09-24 16:10:39 +02:00
rename.nix murmur service: welcome -> welcometext 2016-09-23 16:08:14 +02:00