feat(luna): enable fstrim service

This commit is contained in:
Price Hiller 2023-12-07 09:17:22 -06:00
parent 7a64899cee
commit a3a933cb1d
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -2,4 +2,5 @@
{
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
services.fstrim.enable = true;
}