Switch to 6.13 kernel
This commit is contained in:
parent
a72ee83725
commit
512f1f3da4
@ -24,8 +24,8 @@
|
||||
# Bootloader stuff
|
||||
boot = {
|
||||
# Kernel stuff
|
||||
# kernelPackages = pkgs.linuxPackages_latest;
|
||||
kernelPackages = lib.warn "Pinned to kernel 6.12 due to nvidia! Fixed in 375838" 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