add zfs auto snapshop

This commit is contained in:
foosinn 2020-11-03 17:48:17 +01:00
parent b44f659e96
commit af10b49f39

View file

@ -98,4 +98,10 @@ in {
services.resolved.enable = true;
services.lorri.enable = true;
services.zfs.autoSnapshot = {
enable = true;
frequent = 8;
monthly = 6;
};
}