nixbld: reduce zfs scrub frequency

pull/20/head
Sebastien Bourdeauducq 2021-05-28 16:07:09 +08:00
parent 573ab0102e
commit 3b4f5d27c8
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ in
boot.supportedFilesystems = ["zfs"];
services.zfs.autoScrub.enable = true;
services.zfs.autoScrub.interval = "monthly";
services.zfs.autoSnapshot.enable = true;
fileSystems."/tank" = {
device = "tank";