From f67ec5bde64bfa0fb00349d778cdd010aa6046ca Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 25 Apr 2026 02:12:21 -0400 Subject: [PATCH] muffin: test, move to 7.0 --- hosts/muffin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/muffin/default.nix b/hosts/muffin/default.nix index 5401583..c32fe19 100644 --- a/hosts/muffin/default.nix +++ b/hosts/muffin/default.nix @@ -145,7 +145,7 @@ # 6.12 LTS until 2027-03. Kernel 6.18 causes a reproducible ZFS deadlock # in dbuf_evict due to page allocator changes (__free_frozen_pages). # https://github.com/openzfs/zfs/issues/18426 - kernelPackages = pkgs.linuxPackages_6_12; + kernelPackages = pkgs.linuxPackages_7_0; loader = { # Use the systemd-boot EFI boot loader.