mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Boot+Treewide] rename aviallon.boot.kernel to aviallon.boot.kernel.package
Rename aviallon.boot.extraKCflags to aviallon.boot.kernel.addOptimizationAttributes Also add an option to add non-optimization attributes to kernel derivation.
This commit is contained in:
parent
418f672a18
commit
ec9cfceda6
3 changed files with 48 additions and 29 deletions
|
|
@ -57,7 +57,7 @@ in {
|
|||
{
|
||||
aviallon.network.backend = mkDefault "NetworkManager";
|
||||
|
||||
aviallon.boot.kernel = pkgs.linuxKernel.kernels.linux_xanmod;
|
||||
aviallon.boot.kernel.package = pkgs.linuxKernel.kernels.linux_xanmod;
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue