summaryrefslogtreecommitdiffstats
path: root/lass/2configs/atuin-server.nix
blob: 05d3b4fd4d8bcd3c68a06ae88e17f64f0d255abd (plain)
1
2
3
4
5
6
7
8
9
10
{ config, lib, pkgs, ... }:
{
  services.atuin = {
    enable = true;
    host = "0.0.0.0";
    maxHistoryLength = 1000000;
    openFirewall = true;
  };

}