2
2
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2024-12-22 04:07:28 +01:00

voyager: monthly zfs scrubs

This commit is contained in:
Felix Albrigtsen 2024-03-07 23:11:06 +01:00
parent cb0a465003
commit e92e999d2b

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