mimir: Stay on Linux 6.10 for now, due to issues with NVIDIA driver

This commit is contained in:
Erwin Boskma 2024-09-18 16:13:36 +02:00
parent 206cd46cfc
commit 5c89c01e47
Signed by: erwin
SSH key fingerprint: SHA256:OCinH/khuGY1LA9RG8YLM8GNH6C1DDXBdy3SNE+I5Hw

View file

@ -146,7 +146,7 @@
# Use the systemd-boot EFI boot loader.
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_6_10;
initrd = {
availableKernelModules = [
"nvme"
@ -163,7 +163,6 @@
"apple-mfi-fastcharge"
"zenpower"
];
kernelParams = [ "nvidia_drm.fbdev=1" ];
extraModulePackages = with config.boot.kernelPackages; [
zenpower
cpupower
@ -476,6 +475,8 @@
sessionVariables = {
WLR_NO_HARDWARE_CURSORS = "1";
GBM_BACKEND = "nvidia-drm";
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
};
};