1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-09-16 11:31:39 +02:00
nixos-hardware/common/pc/ssd/default.nix
2022-03-31 10:44:20 +09:00

5 lines
66 B
Nix

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