Disable ZFS unstable

This commit is contained in:
Invariantspace 2024-03-04 21:10:52 -08:00
parent c1549454ed
commit 05f3435635
4 changed files with 12 additions and 18 deletions

View file

@ -1,13 +1,9 @@
{ ... }:
{
boot.zfs.enableUnstable = true;
services.zfs = {
autoScrub.enable = true;
trim.enable = true;
};
}