mimir: Stay on Linux 6.10 for now, due to issues with NVIDIA driver
This commit is contained in:
parent
206cd46cfc
commit
5c89c01e47
1 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue