From 0f08895d338b517d51027a02c1c846200cc416d0 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 27 Aug 2025 16:18:32 -0700 Subject: Bump kernel to 6.16 @* --- hosts/fangorn/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/fangorn') diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix index 962c64f..f05bd13 100644 --- a/hosts/fangorn/default.nix +++ b/hosts/fangorn/default.nix @@ -1,6 +1,6 @@ { config, inputs, lib, outputs, pkgs, ... }: { boot = { - kernelPackages = pkgs.linuxPackages_6_15; + kernelPackages = pkgs.linuxPackages_6_16; loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; -- cgit v1.2.3