Restore the latest compatible ZFS kernel function

This commit is contained in:
2025-02-25 23:34:02 +01:00
parent bdadda5249
commit 4f0ab8b741
2 changed files with 29 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ with pkgs;
{
# Kernel configuration
boot = {
kernelPackages = linuxPackages_zen;
blacklistedKernelModules = [
"btusb"
"bluetooth"
@@ -183,6 +182,7 @@ with pkgs;
./modules/periodic.nix
./modules/power.nix
./modules/monitoring.nix
./modules/latest-zfs-kernel.nix
];
}