diff --git a/m/common/fs.nix b/m/common/fs.nix index 60fccef..10339d0 100644 --- a/m/common/fs.nix +++ b/m/common/fs.nix @@ -6,6 +6,9 @@ fsType = "ext4"; }; + # Trim unused blocks weekly + services.fstrim.enable = true; + swapDevices = [ { device = "/dev/disk/by-label/swap"; } ];