{ pkgs, ... }: {
  services.fstrim.enable = true;
  services.gvfs.enable = true;

  environment.systemPackages = with pkgs; [ gvfs nfs-utils ];
}