forked from nyanloutre/nixos-config
no trim/scrub on daily computer
This commit is contained in:
parent
0167221dc5
commit
cb4f74182e
1 changed files with 2 additions and 2 deletions
|
@ -36,11 +36,11 @@
|
|||
|
||||
services.zfs = {
|
||||
trim = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
interval = "monthly";
|
||||
};
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
interval = "monthly";
|
||||
};
|
||||
autoSnapshot = {
|
||||
|
|
Loading…
Add table
Reference in a new issue