feat: enable zfs scrub by default
This commit is contained in:
parent
7d5c459e59
commit
7a944e39c6
@ -69,6 +69,13 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
services.zfs = {
|
||||
autoScrub.enable = true;
|
||||
autoScrub.interval = "monthly";
|
||||
trim.enable = true;
|
||||
trim.interval = "weekly";
|
||||
};
|
||||
|
||||
persist.state.files = [
|
||||
"/etc/zfs/zpool.cache"
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user