8 lines
127 B
Nix
8 lines
127 B
Nix
{...}: {
|
|
boot.loader.grub.zfsSupport = true;
|
|
|
|
services.zfs = {
|
|
autoScrub.enable = true;
|
|
trim.enable = true;
|
|
};
|
|
}
|