dustbowl: use linux 5.15 LTS

This commit is contained in:
joachimschmidt557 2023-02-23 11:48:46 +01:00
parent 26185abb23
commit 8d616979b8
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5

View file

@ -26,7 +26,7 @@
};
# Kernel version
boot.kernelPackages = pkgs.linuxPackages_6_0;
boot.kernelPackages = pkgs.linuxPackages_5_15;
# Use the systemd-boot EFI boot loader.
# boot.loader.systemd-boot.enable = true;