Revert to 6.12, this time due to nvidia
This commit is contained in:
parent
ebd0fc3875
commit
150888e614
@ -24,8 +24,8 @@
|
||||
# Bootloader stuff
|
||||
boot = {
|
||||
# Kernel stuff
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
# kernelPackages = lib.warn "Pinned to kernel 6.12 due to v4l2loopback trouble! PR 375833" pkgs.linuxPackages_6_12;
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = lib.warn "Pinned to kernel 6.12 due to nvidia! Fixed in 375838" pkgs.linuxPackages_6_12;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
|
Loading…
Reference in New Issue
Block a user