frumar: autoscrub

auto-flake-update
Yorick van Pelt 2021-01-03 19:00:09 +01:00
parent ad7f39a84e
commit 19ff0bfe62
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 7 additions and 0 deletions

View File

@ -82,4 +82,11 @@
};
};
systemd.services.grafana.serviceConfig.EnvironmentFile = "/root/keys/grafana.env";
services.zfs = {
trim.enable = false; # no ssd's
autoScrub = {
enable = true;
interval = "*-*-01 02:00:00"; # monthly + 2 hours
};
};
}