nixos-config/common/hardware/ssd.nix
2024-04-17 22:28:27 +02:00

3 lines
36 B
Nix

{
services.fstrim.enable = true;
}