From c234c6c30737b452dc91ee1015cd3033d1bc179b Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 6 May 2025 09:05:36 -0700 Subject: Bump kerenl to master branch version of 6.14 @{kaitain,richese} --- hosts/kaitain/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/kaitain') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 706bb57..341a790 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_12; + kernelPackages = pkgs.master.linuxPackages_6_14; loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; -- cgit v1.2.3