@@ -25,10 +25,13 @@ in
boot.kernelParams =
let
mb = 20000;
gb = 20;
mb = gb * 1000;
kb = mb * 1000;
b = kb * 1000;
in
[
"zfs.zfs_arc_max=${builtins.toString (mb * 1000000)}"
"zfs.zfs_arc_max=${builtins.toString b}"
];
boot.supportedFilesystems = [ "zfs" ];
The note is not visible to the blocked user.