nixos: move back to zen kernel

This commit is contained in:
Alexandre Cavalheiro 2024-06-24 03:20:47 -03:00
parent ecbe0c069c
commit 8fc3fa57e1
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -48,7 +48,7 @@
##
# Kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_zen;
# Add AMD drivers.
boot.initrd.kernelModules = [ "amdgpu" ];
@ -56,7 +56,7 @@
# TODO: FIX IT BEING BEING OVERWRITTEN
boot.extraModulePackages = [
config.boot.kernelPackages.v4l2loopback
(pkgs.callPackage ./kernel/zenergy.nix { kernel = pkgs.linux_latest; })
(pkgs.callPackage ./kernel/zenergy.nix { kernel = pkgs.linux_zen; })
];
# Bootloader.