nix/system/Fstrim.nix

4 lines
45 B
Nix
Raw Normal View History

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