7 lines
65 B
Nix
7 lines
65 B
Nix
|
{ pkgs, ... }:
|
||
|
{
|
||
|
services.fstrim = {
|
||
|
enable = true;
|
||
|
};
|
||
|
}
|