From 50d70ed8bc4b60e58a7025446e76578dc9c5e9a3 Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Thu, 23 May 2024 22:03:41 +0100 Subject: [PATCH] boron: update kernel to 6.9 --- 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 8da6e2c..7929f45 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_8; + boot.kernelPackages = pkgs.linuxPackages_6_9; ## Enable btrfs compression fileSystems."/data".options = [ "compress=zstd" ];