Use latest compatibel kernel

This commit is contained in:
Johannes Jöns 2023-03-06 17:09:42 +01:00
parent 9677ec9ce3
commit 20855e7add

View file

@ -15,7 +15,7 @@
boot.supportedFilesystems = [ "ntfs" "btrfs" "zfs" ];
boot.kernelPackages = pkgs.linuxPackages_zen;
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
networking.networkmanager.enable = true;