voyager: monthly zfs scrubs
This commit is contained in:
parent
cb0a465003
commit
e92e999d2b
|
@ -10,7 +10,10 @@
|
|||
supportedFilesystems = [ "zfs" ];
|
||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
||||
};
|
||||
services.zfs.autoScrub.enable = true;
|
||||
services.zfs.autoScrub = {
|
||||
enable = true;
|
||||
interval = "Sun *-*-8..14 00:00:00";
|
||||
};
|
||||
|
||||
# Network mounts (import)
|
||||
fileSystems = {
|
||||
|
|
Loading…
Reference in New Issue