hainich: Set more sensible snapshot retention time

This commit is contained in:
schweby 2021-04-15 06:35:31 +02:00
parent b136ca090f
commit ccb4469922
No known key found for this signature in database
GPG key ID: B880491D046E2F87

View file

@ -92,6 +92,11 @@
services.zfs = { services.zfs = {
autoSnapshot = { autoSnapshot = {
enable = true; enable = true;
frequent = 12;
hourly = 18;
daily = 3;
weekly = 0;
monthly = 0;
}; };
autoScrub = { autoScrub = {
enable = true; enable = true;