services.eintopf.settings

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
{
  EINTOPF_ADDR = ":1234";
  EINTOPF_ADMIN_EMAIL = "admin@example.org";
  EINTOPF_TIMEZONE = "Europe/Berlin";
}
Declared
<nixpkgs/nixos/modules/services/web-apps/eintopf.nix>