reduce frequency of high IO operations
This commit is contained in:
parent
418a7ba107
commit
a21636baa2
@ -32,7 +32,10 @@
|
||||
|
||||
services.zfs = {
|
||||
autoSnapshot.enable = true;
|
||||
autoScrub.enable = true;
|
||||
autoScrub = {
|
||||
enable = true;
|
||||
interval = "monthly";
|
||||
};
|
||||
};
|
||||
|
||||
hardware.usbWwan.enable = true;
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user