This commit is contained in:
Kopatz
2023-11-22 23:14:34 +01:00
parent e4cf674aef
commit 27513ef4bb
2 changed files with 5 additions and 0 deletions

3
modules/hardware/ssd.nix Normal file
View File

@@ -0,0 +1,3 @@
{
services.fstrim.enable = true;
}