tywin: enable weekly zfs scrubs
This commit is contained in:
parent
4b13bd1444
commit
6dd946204d
@ -33,6 +33,11 @@
|
||||
};
|
||||
boot.kernelParams = [ "zfs.zfs_arc_max=25769803776" ];
|
||||
|
||||
services.zfs.autoScrub = {
|
||||
enable = true;
|
||||
interval = "Tue, 02:00";
|
||||
};
|
||||
|
||||
fileSystems."/mnt/d0".options = [ "x-systemd.mount-timeout=3m" ];
|
||||
|
||||
## Resilio
|
||||
|
Loading…
Reference in New Issue
Block a user