stockholm/lass/2configs/atuin-server.nix
2023-07-23 23:14:21 +02:00

11 lines
157 B
Nix

{ config, lib, pkgs, ... }:
{
services.atuin = {
enable = true;
host = "0.0.0.0";
maxHistoryLength = 1000000;
openFirewall = true;
};
}