adding autoSnapshot to zfs

This commit is contained in:
Richie Cahill
2024-05-28 11:32:37 -04:00
committed by Alice Huston
parent 4815df94f2
commit aa987c234c
3 changed files with 12 additions and 0 deletions

View File

@ -57,6 +57,10 @@
zfs = {
trim.enable = true;
autoScrub.enable = true;
autoSnapshot = {
enable = true;
frequent = 8;
};
};
};