nix/module/Fstrim.nix

4 lines
45 B
Nix
Raw Normal View History

2024-08-23 05:07:17 +03:00
{ ... }: {
services.fstrim.enable = true;
}