MyNixOS website logo
option

services.litestream.settings

See the documentation.

Declarations
Type
YAML value
Example
{
  dbs = [
    {
      path = "/var/lib/db1";
      replicas = [
        {
          url = "s3://mybkt.litestream.io/db1";
        }
      ];
    }
  ];
}