From e05f89de28e7b9bd29f8f289d2b56b6c1f8bf38b Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 12 Dec 2025 22:25:23 -0800 Subject: Bump kernel to 6.18 @* --- 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 febb671..954e68f 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_17; + kernelPackages = pkgs.linuxPackages_6_18; loader = { efi.canTouchEfiVariables = true; systemd-boot = { -- cgit v1.2.3