From b37d45bab987bdbcc58271adb7f2e36923cdcd93 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 1 Mar 2026 13:48:10 -0800 Subject: Bump kernel to 6.19 @* --- hosts/richese/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/richese') diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index 86e4ff4..4ce5c65 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -1,7 +1,7 @@ { config, inputs, lib, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; - kernelPackages = pkgs.linuxPackages_6_18; + kernelPackages = pkgs.linuxPackages_6_19; loader.grub = { enable = true; memtest86.enable = true; -- cgit v1.2.3