voyager: monthly zfs scrubs

This commit is contained in:
Felix Albrigtsen 2024-03-07 23:11:06 +01:00
parent cb0a465003
commit e92e999d2b
1 changed files with 4 additions and 1 deletions

View File

@ -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 = {