services/zfs: Auto-snapshot setup

This commit is contained in:
kat witch 2021-05-03 16:54:13 +01:00
parent 28fcdafdd4
commit b179cfe01b
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -3,6 +3,12 @@
{
services.zfs = {
autoScrub.enable = true;
autoSnapshot.enable = true;
autoSnapshot = {
enable = true;
frequent = 1;
daily = 7;
weekly = 1;
monthly = 1;
};
};
}