update mods and options

This commit is contained in:
2025-01-21 23:27:39 -05:00
parent aecc71d1a3
commit cb42a4b357
4 changed files with 42 additions and 23 deletions

View File

@@ -55,7 +55,10 @@
boot = {
kernelPackages = pkgs.linuxPackages;
kernelParams = [ "zfs.zfs_arc_max=2000000000" ];
kernelParams = [
# 2048MB
"zfs.zfs_arc_max=2048000000"
];
supportedFilesystems = [ "zfs" ];
zfs.extraPools = [ "tank" ];