Pin to 6.15 due to nvidia troubles
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2025-06-09 22:05:52 +02:00
parent 7e790661e1
commit 950c9ea84f
2 changed files with 5 additions and 5 deletions

View File

@@ -24,8 +24,8 @@
# Bootloader stuff
boot = {
# Kernel stuff
kernelPackages = pkgs.linuxPackages_latest;
# kernelPackages = lib.warn "Pinned to kernel 6.14 due to v4l2loopback! Fixed in 411777" pkgs.linuxPackages_6_14;
# kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = lib.warn "Pinned to kernel 6.14 due to nvidia issues" pkgs.linuxPackages_6_14;
kernelParams = [
"quiet"
"splash"