reduce frequency of high IO operations

This commit is contained in:
nyanloutre 2022-06-30 18:58:34 +02:00
parent 418a7ba107
commit a21636baa2
2 changed files with 5 additions and 2 deletions

View file

@ -32,7 +32,10 @@
services.zfs = {
autoSnapshot.enable = true;
autoScrub.enable = true;
autoScrub = {
enable = true;
interval = "monthly";
};
};
hardware.usbWwan.enable = true;