Lemmy
services.lemmy.adminPasswordFile
File which contains the value of setup.admin_password
.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.caddy.enable
Whether to enable exposing lemmy with the caddy reverse proxy.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.database.createLocally
Whether to enable creation of database on the instance.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.database.uri
The connection URI to use. Takes priority over the configuration file if set.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.database.uriFile
File which contains the database uri.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.enable
Whether to enable lemmy a federated alternative to reddit in rust.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.nginx.enable
Whether to enable exposing lemmy with the nginx reverse proxy.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.pictrsApiKeyFile
File which contains the value of pictrs.api_key
.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.server.package
The lemmy-server package to use.
Type: package
Default
pkgs.lemmy-server
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.settings
Lemmy configuration
Type: JSON value
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.settings.captcha.difficulty
The difficultly of the captcha to solve.
Type: one of "easy", "medium", "hard"
Default
"medium"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.settings.captcha.enabled
Enable Captcha.
Type: boolean
Default
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.settings.hostname
The domain name of your instance (eg 'lemmy.ml').
Type: string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.settings.port
Port where lemmy should listen for incoming requests.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8536
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.smtpPasswordFile
File which contains the value of email.smtp_password
.
Type: null or path
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.ui.package
The lemmy-ui package to use.
Type: package
Default
pkgs.lemmy-ui
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix
services.lemmy.ui.port
Port where lemmy-ui should listen for incoming requests.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
1234
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lemmy.nix