moving to desktops to linuxPackages_6_12

This commit is contained in:
2024-12-12 20:45:09 -05:00
parent 60478dd979
commit cbec4e6deb

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_6_11;
zfs.package = pkgs.zfs_unstable;
kernelPackages = pkgs.master.linuxPackages_6_12;
zfs.package = pkgs.master.zfs;
};
}