mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 09:36:11 +01:00
7 lines
74 B
Nix
7 lines
74 B
Nix
{
|
|
services.fstrim = {
|
|
enable = true;
|
|
interval = "daily";
|
|
};
|
|
}
|