diff options
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/lindy.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/lindy.nix b/nixos/lindy.nix index 2c07527..4ec8606 100644 --- a/nixos/lindy.nix +++ b/nixos/lindy.nix @@ -22,6 +22,7 @@ boot.zfs.extraPools = [ "Zonz" ]; services.zfs.autoScrub.enable = true; services.zfs.autoScrub.pools = [ "Zonz" ]; + services.zfs.autoScrub.interval = "quarterly"; # Use Grub boot.loader.grub.enable = true; |