[Nix-dev] multiple full system profiles

2012-02-08 Thread Mathijs Kwik
Hi all, In my home dir I'm successfully using myEnvFun for different projects, using loadenv to jump into them and have a specialized environment for that project. I would like to have something like that for my full system config as well. Not just the software installed, but upstart tasks and

Re: [Nix-dev] multiple full system profiles

2012-02-08 Thread Marc Weber
nixos already provides a way to build multiple configurations at the same time. See nesting.clone option or such in top-level.nix. That's what you want to base your work on - or reuse it eventually. Marc Weber ___ nix-dev mailing list

Re: [Nix-dev] multiple full system profiles

2012-02-08 Thread Mathijs Kwik
Perfect, that seems to do what I want. I have the inherited configs show up in my grub.cfg. Few questions though: The base configuration (that includes the nesting.clone option) seems to become the default. Do I just use boot.loader.grub.default to change the boot default or is there another way