services.litestream.settings

See the documentation.

Type
YAML 1.1 value
Example
{
  dbs = [
    {
      path = "/var/lib/db1";
      replicas = [
        {
          url = "s3://mybkt.litestream.io/db1";
        }
      ];
    }
  ];
}
Declared
<nixpkgs/nixos/modules/services/network-filesystems/litestream/default.nix>