services.lauti.settings

NixOS option

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

type: attribute set of string
Default
{ }
Example
{
  LAUTI_ADDR = ":1234";
  LAUTI_ADMIN_EMAIL = "admin@example.org";
  LAUTI_TIMEZONE = "Europe/Berlin";
}
declared in: nixos/modules/services/web-apps/lauti.nixView source on NixOS/nixpkgs →