Here's my UEFI specific stuff:

  boot = {
    loader = {
      efi.canTouchEfiVariables = true;
      grub.enable = true;
      grub.efiSupport = true;
      grub.device = "nodev";
      grub.version = 2;
    };

  fileSystems."/boot" =
    { device = "/dev/disk/by-label/efi";
      fsType = "vfat";
    };

You probably miss grub.device = "nodev"
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to