boron: update to Linux 6.10
All checks were successful
flake / flake (push) Successful in 1m13s

This commit is contained in:
Jake Hillion 2024-07-27 15:16:59 +01:00
parent e81cad1670
commit f96f03ba0c

View File

@ -34,7 +34,7 @@
### Explicitly use the latest kernel at time of writing because the LTS
### kernels available in NixOS do not seem to support this server's very
### modern hardware.
boot.kernelPackages = pkgs.linuxPackages_6_9;
boot.kernelPackages = pkgs.linuxPackages_6_10;
## Enable btrfs compression
fileSystems."/data".options = [ "compress=zstd" ];