nixos-hardware/common/pc/ssd/default.nix
2022-03-31 10:44:20 +09:00

6 lines
66 B
Nix

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