summaryrefslogtreecommitdiffstats
path: root/systems/jontop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/jontop/default.nix')
-rw-r--r--systems/jontop/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/jontop/default.nix b/systems/jontop/default.nix
index 1ce9aaf..43ffcea 100644
--- a/systems/jontop/default.nix
+++ b/systems/jontop/default.nix
@@ -25,6 +25,8 @@
programs.light.enable = true;
+ services.fstrim.enable = true;
+
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}