use 5.17 until zfs supports 5.18
This commit is contained in:
parent
3898ab566c
commit
c46ba78cf5
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
boot.extraModulePackages = [
|
||||
config.boot.kernelPackages.zenpower
|
||||
];
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_testing;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_17;
|
||||
boot.zfs.enableUnstable = true;
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_testing;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_17;
|
||||
boot.zfs.enableUnstable = true;
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
|
Loading…
Reference in a new issue