nixos: move to kernel 6.9.3

This commit is contained in:
Alexandre Cavalheiro 2024-06-04 17:46:18 -03:00
parent 9155efeaa3
commit be42648fd8
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

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