From a381e810f133cbd6b265e32420d25747789dec8a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 1 Mar 2026 14:11:03 -0800 Subject: Bump kernel to 6.19 master branch @* --- hosts/kaitain/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/kaitain/default.nix') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index e97361b..815e40a 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/default.nix @@ -1,7 +1,7 @@ { config, inputs, lib, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; - kernelPackages = pkgs.linuxPackages_6_19; + kernelPackages = pkgs.master.linuxPackages_6_19; loader = { efi.canTouchEfiVariables = true; systemd-boot = { -- cgit v1.2.3