services.tt-rss.feedCryptKey

NixOS option

Key used for encryption of passwords for password-protected feeds in the database. A string of 24 random characters. If left blank, encryption is not used. Requires mcrypt functions. Warning: changing this key will make your stored feed passwords impossible to decrypt.

type: string
Default
""
declared in: nixos/modules/services/web-apps/tt-rss.nixView source on NixOS/nixpkgs →