fix string conversion

This commit is contained in:
Simon Gardling 2025-03-25 11:41:20 -04:00
parent f04213dff4
commit 5034f91bad
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -25,7 +25,7 @@ in
mb = 4096; mb = 4096;
in in
[ [
"zfs.zfs_arc_max=${mb * 1000000}" "zfs.zfs_arc_max=${builtins.toString (mb * 1000000)}"
]; ];
boot.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ];