nix-dotfiles/nixos_modules/fstrim.nix
2023-04-08 15:17:23 +02:00

3 lines
37 B
Nix

{
services.fstrim.enable = true;
}