hackens-org-configurations/hackens/ssd.nix

7 lines
65 B
Nix
Raw Normal View History

2021-11-02 19:30:28 +01:00
{ pkgs, ... }:
{
services.fstrim = {
enable = true;
};
}