mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 09:47:52 +00:00
[Boot] Add kernel config option to aviallon namespace
Allows advanced patching / overriding of the kernel while still allowing to set the kernel in other modules.
This commit is contained in:
parent
3f22bcff49
commit
91c5ba1e69
3 changed files with 13 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ in {
|
|||
|
||||
aviallon.network.backend = mkDefault "NetworkManager";
|
||||
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_xanmod;
|
||||
aviallon.boot.kernel = 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