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