From a1631f7b76689733ccc4427ec123ed67a8c4e4de Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 28 Oct 2024 10:45:38 -0700 Subject: Track LTS kernel @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 eb44243..43aeaf1 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_10; + #kernelPackages = pkgs.linuxPackages_6_10; loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; -- cgit v1.2.3