update mods and options
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user