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 stringDefault
{ }Example
declared in: nixos/modules/services/web-apps/lauti.nixView source on NixOS/nixpkgs →{
LAUTI_ADDR = ":1234";
LAUTI_ADMIN_EMAIL = "admin@example.org";
LAUTI_TIMEZONE = "Europe/Berlin";
}