services.litestream.settings

NixOS option

See the documentation.

type: YAML 1.1 value
Default
null
Example
{
  dbs = [
    {
      path = "/var/lib/db1";
      replicas = [
        {
          url = "s3://mybkt.litestream.io/db1";
        }
      ];
    }
  ];
}
declared in: nixos/modules/services/network-filesystems/litestream/default.nixView source on NixOS/nixpkgs →