From bfc74cd131ab263aaa3cc9e2f004512d9a3dd210 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Thu, 2 Jan 2025 10:05:01 -0800 Subject: Revert to unstable kernel @{kaitain,richese} --- hosts/richese/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/richese') diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index c144edc..2a97fc4 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -1,7 +1,7 @@ { config, inputs, lib, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "zfs" ]; - kernelPackages = pkgs.master.linuxPackages_6_12; + kernelPackages = pkgs.linuxPackages_6_12; loader.grub.enable = true; supportedFilesystems = [ "zfs" ]; zfs = { -- cgit v1.2.3