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