nixos-hardware/common/pc/ssd/default.nix

6 lines
66 B
Nix

{ lib, ... }:
{
services.fstrim.enable = lib.mkDefault true;
}