📦 [desktop] Set Linux kernel to 6.14

This commit is contained in:
2025-06-03 18:55:26 +02:00
parent 5cc4c6479c
commit 575452512a

View File

@ -11,5 +11,5 @@
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_6_14;
} }