add zfs auto snapshop
This commit is contained in:
parent
b44f659e96
commit
af10b49f39
1 changed files with 6 additions and 0 deletions
|
@ -98,4 +98,10 @@ in {
|
||||||
|
|
||||||
services.resolved.enable = true;
|
services.resolved.enable = true;
|
||||||
services.lorri.enable = true;
|
services.lorri.enable = true;
|
||||||
|
|
||||||
|
services.zfs.autoSnapshot = {
|
||||||
|
enable = true;
|
||||||
|
frequent = 8;
|
||||||
|
monthly = 6;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue