aboutsummaryrefslogtreecommitdiff
path: root/modules/profiles/fstrim/default.nix
blob: c49c5708a9f6d6493879795a07791ab20d688968 (plain)
1
2
3
4
5
6
{
  services.fstrim = {
    enable = true;
    interval = "weekly";
  };
}