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