Skip to content

Duplicati

services.duplicati.dataDir

The directory where Duplicati stores its data files.

::: {.note} If left as the default value this directory will automatically be created before the Duplicati server starts, otherwise you are responsible for ensuring the directory exists with appropriate ownership and permissions. :::

Type: string

Default

"/var/lib/duplicati"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/backup/duplicati.nix

services.duplicati.enable

Whether to enable Duplicati. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/backup/duplicati.nix

services.duplicati.interface

Listening interface for the web UI Set it to "any" to listen on all available interfaces

Type: string

Default

"127.0.0.1"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/backup/duplicati.nix

services.duplicati.package

The duplicati package to use. Type: package

Default

pkgs.duplicati

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/backup/duplicati.nix

services.duplicati.port

Port serving the web interface

Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

8200

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/backup/duplicati.nix

services.duplicati.user

Duplicati runs as it's own user. It will only be able to backup world-readable files. Run as root with special care.

Type: string

Default

"duplicati"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/backup/duplicati.nix