services.deluge.authFile

NixOS option

The file managing the authentication for deluge, the format of this file is straightforward, each line contains a username:password:level tuple in plaintext. It only has an effect when services.deluge.declarative is set to true. See https://dev.deluge-torrent.org/wiki/UserGuide/Authentication for more information.

type: absolute path
Example
"/run/keys/deluge-auth"
declared in: nixos/modules/services/torrent/deluge.nixView source on NixOS/nixpkgs →