@@ -20,9 +20,12 @@ in
boot.zfs.package = pkgs.zfs_unstable;
boot.initrd.kernelModules = [ "zfs" ];
boot.kernelParams = [
# 2048MB
"zfs.zfs_arc_max=2048000000"
boot.kernelParams =
let
mb = 4096;
in
[
"zfs.zfs_arc_max=${mb * 1000000}"
];
boot.supportedFilesystems = [ "zfs" ];
The note is not visible to the blocked user.