1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 16:49:40 +01: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;
}