Switch to lqx kernel
This commit is contained in:
parent
da03f45f42
commit
9a9f315629
|
@ -22,14 +22,9 @@ 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 = let
|
boot.kernelPackages =
|
||||||
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
let unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
|
||||||
linuxZenWMuQSS = unstable.linuxPackagesFor
|
in unstable.linuxKernel.packages.linux_lqx;
|
||||||
(unstable.linuxPackages_zen.kernel.override {
|
|
||||||
structuredExtraConfig = with lib.kernel; { SCHED_MUQSS = yes; };
|
|
||||||
ignoreConfigErrors = true;
|
|
||||||
});
|
|
||||||
in linuxZenWMuQSS;
|
|
||||||
})
|
})
|
||||||
(mkIf (config.nathan.config.nix.autoUpdate && pkgs.stdenv.isLinux) {
|
(mkIf (config.nathan.config.nix.autoUpdate && pkgs.stdenv.isLinux) {
|
||||||
# Auto update daily at 2 am
|
# Auto update daily at 2 am
|
||||||
|
|
Loading…
Reference in New Issue