voyager: monthly zfs scrubs
This commit is contained in:
parent
cb0a465003
commit
e92e999d2b
|
@ -10,7 +10,10 @@
|
||||||
supportedFilesystems = [ "zfs" ];
|
supportedFilesystems = [ "zfs" ];
|
||||||
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
|
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)
|
# Network mounts (import)
|
||||||
fileSystems = {
|
fileSystems = {
|
||||||
|
|
Loading…
Reference in New Issue