global(fs): adjust zfs kernelPackages priority
This commit is contained in:
parent
e4016d2810
commit
b56097fb67
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,6 @@ in {
|
||||||
services.zfs.autoSnapshot.enable = true;
|
services.zfs.autoSnapshot.enable = true;
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
boot.zfs.devNodes = mkDefault "/dev/disk/by-partuuid";
|
boot.zfs.devNodes = mkDefault "/dev/disk/by-partuuid";
|
||||||
boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
boot.kernelPackages = mkDefault config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue