no trim/scrub on daily computer
This commit is contained in:
parent
0167221dc5
commit
cb4f74182e
@ -36,11 +36,11 @@
|
|||||||
|
|
||||||
services.zfs = {
|
services.zfs = {
|
||||||
trim = {
|
trim = {
|
||||||
enable = true;
|
enable = false;
|
||||||
interval = "monthly";
|
interval = "monthly";
|
||||||
};
|
};
|
||||||
autoScrub = {
|
autoScrub = {
|
||||||
enable = true;
|
enable = false;
|
||||||
interval = "monthly";
|
interval = "monthly";
|
||||||
};
|
};
|
||||||
autoSnapshot = {
|
autoSnapshot = {
|
||||||
|
Loading…
Reference in New Issue
Block a user