{
  pkgs,
  config,
  assets,
  ...
}:
{

  services.atuin = {
    enable = true;
    host = "0.0.0.0";
    maxHistoryLength = 999999;
    openRegistration = false;
  };
}