gunter: pin kernel to 6.18 due to nvidia incompatibility with 6.19
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m31s
Periodic flake update / flake-update (push) Successful in 2m19s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 19:56:49 +01:00
parent 12cf54f4c6
commit c2795d36b0

View File

@@ -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 = {