boron: update kernel to 6.9
All checks were successful
flake / flake (push) Successful in 1m19s

This commit is contained in:
Jake Hillion 2024-05-23 22:03:41 +01:00 committed by JakeHillion
parent 796bbc7a68
commit 50d70ed8bc

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_8;
boot.kernelPackages = pkgs.linuxPackages_6_9;
## Enable btrfs compression
fileSystems."/data".options = [ "compress=zstd" ];