services.pleroma.configs

NixOS option

Pleroma public configuration. This list gets appended from left to right into /etc/pleroma/config.exs. Elixir evaluates its configuration imperatively, meaning you can override a setting by appending a new str to this NixOS option list. DO NOT STORE ANY PLEROMA SECRET HERE, use services.pleroma.secretConfigFile instead. This setting is going to be stored in a file part of the Nix store. The Nix store being world-readable, it’s not the right place to store any secret Have a look to Pleroma section in the NixOS manual for more information.

type: list of string
Default
[ ]
declared in: nixos/modules/services/networking/pleroma.nixView source on NixOS/nixpkgs →