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;

View File

@ -7,7 +7,7 @@ in
services = {
smartd = {
enable = true;
defaults.monitored = "-a -o on -s (S/../.././02|L/../../1/04)";
defaults.monitored = "-a -o on -s (S/../.././02|L/../15/./02)";
notifications.mail = {
enable = true;
recipient = "paul@nyanlout.re";