MyNixOS website logo
option

services.lauti.settings

Settings to configure web service. See https://codeberg.org/Klasse-Methode/lauti/src/branch/main/DEPLOYMENT.md for available options.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  LAUTI_ADDR = ":1234";
  LAUTI_ADMIN_EMAIL = "[email protected]";
  LAUTI_TIMEZONE = "Europe/Berlin";
}