Updated Kernel

This commit is contained in:
2023-09-11 15:20:38 +00:00
parent 76b89fb0d2
commit 28da6ce7ee
+1 -1
View File
@@ -12,7 +12,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_5_15;
boot.kernelPackages = pkgs.unstable.linuxPackages_latest;
# Enable the X11 windowing system.
# services.xserver.enable = true;