[Nix-dev] Support for multiple configurations?

Marc Weber marco-oweber at gmx.de
Thu Dec 13 13:50:32 CET 2007


Would it be cool to just boot

Conf-Music-holiday

or

Conf-Work-At-XY ?

We could introduce such a feature using syntax such as

let harddisksetup = X; in
[
  {name =  "conf at holiday";
   configuration = {
     inherit X;
    };
  }
   {name =  "conf at work with network setup";
   configuration = {
     inherit X;
    };
  }
]


How do you like this idea?

Marc



More information about the nix-dev mailing list