13 lines
129 B
Nix
13 lines
129 B
Nix
{ ... }:
|
|
|
|
{
|
|
|
|
boot.zfs.enableUnstable = true;
|
|
|
|
services.zfs = {
|
|
autoScrub.enable = true;
|
|
trim.enable = true;
|
|
};
|
|
|
|
}
|
|
|