about summary refs log tree commit diff
path: root/modules/user/aszlig/system
Commit message (Collapse)AuthorAgeFilesLines
* lib: Refactor kernel configuration into a module.aszlig2015-03-181-0/+53
This means, we don't have that lib directory anymore and also we're not doing text substitution on the kernel config but instead override the original attributes. However, this needs to be refactored even further, so we can use the NixOS kernel system, which allows for certain modules to require specific kernel features. That way we can automatically create a kernel config from the list of required features and we only need to set a specific base config instead of specifying the *full* kernel config. Signed-off-by: aszlig <aszlig@redmoonstudios.org>