1

Nixos: Enable linux zen only on desktop

This commit is contained in:
2024-07-06 21:27:25 +02:00
parent de5724d57d
commit 452aca4ef1
3 changed files with 17 additions and 3 deletions

View File

@ -87,7 +87,8 @@ with mylib.networking; {
# Bootloader/Kernel stuff
boot = {
kernelPackages = pkgs.linuxPackages_zen;
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = pkgs.linuxPackages_zen; # NOTE: Only set for nixinator
# kernelPackages = pkgs.linuxPackages_latest; # The package set that includes the kernel and modules
kernelParams = ["mitigations=off"]; # I don't care about security regarding spectre/meltdown