Oh boy! I made a big mess and lost the /boot partition (while updating boot flags)! Now I don't even know how to fix it, but at least I know the other partitions are OK...
I will try to rescue it now... 2015-08-19 7:44 GMT-03:00 Jascha Geerds <[email protected]>: > 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 _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
