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/fangorn/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/fangorn/default.nix') diff --git a/hosts/fangorn/default.nix b/hosts/fangorn/default.nix index a79c37d..78d5596 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_17; + kernelPackages = pkgs.linuxPackages_6_18; loader = { efi.canTouchEfiVariables = true; systemd-boot = { -- cgit v1.2.3