···741741 + "'boot.loader.grub.mirroredBoots' to make the system bootable.";
742742 }
743743 {
744744- assertion = cfg.efiSupport || all (c: c < 2) (mapAttrsToList (_: c: c) bootDeviceCounters);
744744+ assertion = cfg.efiSupport || all (c: c < 2) (mapAttrsToList (n: c: if n == "nodev" then 0 else c) bootDeviceCounters);
745745 message = "You cannot have duplicated devices in mirroredBoots";
746746 }
747747 {