no trim/scrub on daily computer

This commit is contained in:
nyanloutre 2023-06-08 21:34:28 +02:00
parent 0167221dc5
commit cb4f74182e
Signed by: nyanloutre
GPG Key ID: 194A92D1103ACB2A
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@
services.zfs = {
trim = {
enable = true;
enable = false;
interval = "monthly";
};
autoScrub = {
enable = true;
enable = false;
interval = "monthly";
};
autoSnapshot = {