enable auto trim for zfs
This commit is contained in:
parent
ff1005992b
commit
e883edd218
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
services.btrfs.autoScrub.enable = true;
|
services.btrfs.autoScrub.enable = true;
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
|
services.zfs.trim.enable = true;
|
||||||
|
|
||||||
boot.kernelParams = [ "zfs.zfs_arc_max=8589934592" ];
|
boot.kernelParams = [ "zfs.zfs_arc_max=8589934592" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue