From 41595db981b5a67cb1017a2ce89ea0ea11aa13a6 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Wed, 18 Dec 2024 08:31:25 -0800 Subject: Revert to unstable now that 6.12.5 has landed --- hosts/kaitain/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/kaitain') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index 573777a..9a222be 100644 --- a/hosts/kaitain/default.nix +++ b/hosts/kaitain/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 = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; @@ -10,7 +10,7 @@ supportedFilesystems = [ "zfs" ]; zfs = { devNodes = "/dev/disk/by-label"; - package = pkgs.master.zfs; + #package = pkgs.master.zfs; }; }; -- cgit v1.2.3