mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 21:06:12 +01:00
6
hosts/modules/fstrim.nix
Normal file
6
hosts/modules/fstrim.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
services.fstrim = {
|
||||
enable = true;
|
||||
interval = "daily";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user