Merge pull request #4 from RichieCahill/updating-bobs-zfs-settings

added trim and autoScrub
This commit is contained in:
2024-09-15 14:14:51 -04:00
committed by GitHub

View File

@@ -93,6 +93,11 @@
fsWatcherEnabled = true; fsWatcherEnabled = true;
}; };
}; };
zfs = {
trim.enable = true;
autoScrub.enable = true;
};
}; };
system.stateVersion = "24.05"; system.stateVersion = "24.05";