moved all systems to linuxPackages_6_12

moved desktops off master
This commit is contained in:
2024-12-17 21:39:14 -05:00
parent e7231d2bd1
commit fe53feed59
2 changed files with 8 additions and 3 deletions

View File

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