From e74c912a47a6a0b178ec071f2df0f82559d64d99 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 18 Aug 2025 09:19:30 -0700 Subject: Revert all hosts to unstable --- hosts/kaitain/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/kaitain/default.nix') diff --git a/hosts/kaitain/default.nix b/hosts/kaitain/default.nix index ecf284b..4ab99d5 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_15; + kernelPackages = pkgs.linuxPackages_6_15; 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.zfs; }; }; -- cgit v1.2.3