Switch to using lqx kernel from stable
This commit is contained in:
parent
95751fbba9
commit
9e0df357f8
|
@ -22,9 +22,7 @@ with lib; {
|
||||||
})
|
})
|
||||||
(mkIf ((!config.nathan.config.harden) && config.nathan.config.isDesktop) {
|
(mkIf ((!config.nathan.config.harden) && config.nathan.config.isDesktop) {
|
||||||
# Use the zen kernel with muqss turned on
|
# Use the zen kernel with muqss turned on
|
||||||
boot.kernelPackages =
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_lqx;
|
||||||
let unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
|
||||||
in unstable.linuxKernel.packages.linux_lqx;
|
|
||||||
})
|
})
|
||||||
(mkIf ((!config.nathan.config.harden) && config.nathan.config.isDesktop
|
(mkIf ((!config.nathan.config.harden) && config.nathan.config.isDesktop
|
||||||
&& config.nathan.programs.perf) {
|
&& config.nathan.programs.perf) {
|
||||||
|
|
Loading…
Reference in New Issue