hainich: Set more sensible snapshot retention time
This commit is contained in:
parent
b136ca090f
commit
ccb4469922
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@
|
|||
services.zfs = {
|
||||
autoSnapshot = {
|
||||
enable = true;
|
||||
frequent = 12;
|
||||
hourly = 18;
|
||||
daily = 3;
|
||||
weekly = 0;
|
||||
monthly = 0;
|
||||
};
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue