gunter: pin kernel to 6.18 due to nvidia incompatibility with 6.19
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
"mt76"
|
"mt76"
|
||||||
];
|
];
|
||||||
# Kernel stuff
|
# Kernel stuff
|
||||||
# kernelPackages = lib.warn "Pinned to kernel 6.12 due to issues" pkgs.linuxPackages_6_12;
|
kernelPackages = lib.warn "Kernel pinned to 6.18 due to nvidia driver incompatibility with 6.19" pkgs.linuxPackages_6_18;
|
||||||
kernelParams = [ "module_blacklist=amdgpu" ];
|
kernelParams = [ "module_blacklist=amdgpu" ];
|
||||||
|
|
||||||
kernel.sysctl = {
|
kernel.sysctl = {
|
||||||
|
|||||||
Reference in New Issue
Block a user