switch to xanmod kernel
This commit is contained in:
parent
4359f49649
commit
dd3c0e36b9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
systemd.enable = true;
|
||||
};
|
||||
kernelModules = [ "kvm-intel" ];
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
kernelParams = [ "quiet" ];
|
||||
kernel.sysctl = {
|
||||
"vm.swappiness" = 10;
|
||||
|
|
Loading…
Reference in a new issue