9 lines
92 B
Nix
9 lines
92 B
Nix
{ ... }:
|
|
|
|
{
|
|
services.zfs = {
|
|
autoScrub.enable = true;
|
|
trim.enable = true;
|
|
};
|
|
}
|
|
|