1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/servnerr-4: ZFS scrub monthly

This commit is contained in:
Matt Layher 2023-07-31 10:08:05 -04:00
parent 68e79457bd
commit eefde88fdd

View file

@ -176,7 +176,10 @@ in {
# TODO(mdlayher): sharenfs integration?
zfs = {
# Scrub all pools regularly.
autoScrub.enable = true;
autoScrub = {
enable = true;
interval = "monthly";
};
# ZED configuration.
zed = {