From 086288a0609a820904f160d10a92e819dbb3f1e1 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 2 May 2026 09:55:53 -0700 Subject: Bump remaining hosts back to 6.18 LTS kernel --- hosts/ginaz/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/ginaz/default.nix') diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index ff1f559..0edbdba 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -1,7 +1,7 @@ { config, inputs, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "amdgpu" "zfs" ]; - kernelPackages = pkgs.linuxPackages_6_19; + kernelPackages = pkgs.linuxPackages_6_18; loader = { efi.canTouchEfiVariables = true; systemd-boot = { -- cgit v1.3