more scrubbing
This commit is contained in:
parent
3ce165d5a8
commit
1d06a2b511
|
@ -124,8 +124,13 @@ in
|
|||
];
|
||||
};
|
||||
|
||||
# ZFS services
|
||||
services.zfs.autoScrub.enable = true;
|
||||
# ensure our data is not rotting
|
||||
services.zfs.autoScrub = {
|
||||
enable = true;
|
||||
interval = "weekly";
|
||||
};
|
||||
|
||||
# trim the stuff, we use SSDs
|
||||
services.zfs.trim.enable = true;
|
||||
|
||||
# enable fast dbus
|
||||
|
|
Loading…
Reference in a new issue