From f96f03ba0c1ae9e71da074e1eb180670d8ef2813 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Sat, 27 Jul 2024 15:16:59 +0100 Subject: [PATCH] boron: update to Linux 6.10 --- hosts/boron.cx.ts.hillion.co.uk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/boron.cx.ts.hillion.co.uk/default.nix b/hosts/boron.cx.ts.hillion.co.uk/default.nix index 7929f45..a434d94 100644 --- a/hosts/boron.cx.ts.hillion.co.uk/default.nix +++ b/hosts/boron.cx.ts.hillion.co.uk/default.nix @@ -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" ];