switch kernel
This commit is contained in:
parent
85645f37f9
commit
c783886413
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
kernelModules = [ "i915" ];
|
||||
};
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||
kernelPackages = pkgs.linuxKernel.packages.linux_xanmod_latest;
|
||||
};
|
||||
|
||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||
|
|
Loading…
Reference in a new issue