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:
parent
68e79457bd
commit
eefde88fdd
1 changed files with 4 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue