services.feishin.settings
NixOS option
Configuration for the web version of Feishin, specified as key-value pairs. Refer to https://github.com/jeffvli/feishin#configuration, and https://github.com/jeffvli/feishin/blob/development/settings.js.template for the template.
type: attribute set of stringDefault
{
ANALYTICS_DISABLED = "true";
}Example
declared in: nixos/modules/services/web-apps/feishin.nixView source on NixOS/nixpkgs →{
ANALYTICS_DISABLED = "true";
SERVER_LOCK = "true";
SERVER_NAME = "My Server";
}