From 2ab1c855ec7f3a967a1f2a85b5bd1051831da49e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 25 Apr 2026 10:50:00 -0400 Subject: [PATCH] Revert "muffin: test, move to 7.0" This reverts commit f67ec5bde64bfa0fb00349d778cdd010aa6046ca. --- 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 c32fe19..5401583 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_7_0; + kernelPackages = pkgs.linuxPackages_6_12; loader = { # Use the systemd-boot EFI boot loader.