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/ginaz/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/ginaz') diff --git a/hosts/ginaz/default.nix b/hosts/ginaz/default.nix index 05f477c..8781ea8 100644 --- a/hosts/ginaz/default.nix +++ b/hosts/ginaz/default.nix @@ -1,14 +1,14 @@ { config, inputs, outputs, pkgs, ... }: { boot = { initrd.kernelModules = [ "amdgpu" "zfs" ]; - kernelPackages = pkgs.master.linuxPackages_6_12; + kernelPackages = pkgs.linuxPackages_6_12; loader = { efi.canTouchEfiVariables = true; systemd-boot.enable = true; timeout = 3; }; supportedFilesystems = [ "zfs" ]; - zfs.package = pkgs.master.zfs; + #zfs.package = pkgs.master.zfs; }; environment.systemPackages = with pkgs; [ -- cgit v1.2.3