5 lines
103 B
Nix
5 lines
103 B
Nix
{
|
|
fileSystems."/".options = [ "noatime" "nodiratime" "discard" ];
|
|
services.fstrim.enable = true;
|
|
}
|