mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
moving to desktops to linuxPackages_6_12
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user