On Thu, Jun 17, 2010 at 00:18, Eelco Dolstra <[email protected]> wrote: > Log: > * Added an option boot.loader.grub.extraConfig to add commands to > grub.cfg before the menu entries. (This could also be done using > `extraEntriesBeforeNixOS', but then you can't have entries *after* > the main entry anymore.)
There is a property which is called mkOrder (with shortcuts like mkHeader and mkFooter) which should help you to get rid of "*Before*" "*After*" options. I used it in my attempt at modifying apache configuration. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
