forked from M-Labs/it-infra
nixbld: reduce zfs scrub frequency
This commit is contained in:
parent
573ab0102e
commit
3b4f5d27c8
|
@ -29,6 +29,7 @@ in
|
||||||
boot.supportedFilesystems = ["zfs"];
|
boot.supportedFilesystems = ["zfs"];
|
||||||
|
|
||||||
services.zfs.autoScrub.enable = true;
|
services.zfs.autoScrub.enable = true;
|
||||||
|
services.zfs.autoScrub.interval = "monthly";
|
||||||
services.zfs.autoSnapshot.enable = true;
|
services.zfs.autoSnapshot.enable = true;
|
||||||
fileSystems."/tank" = {
|
fileSystems."/tank" = {
|
||||||
device = "tank";
|
device = "tank";
|
||||||
|
|
Loading…
Reference in New Issue