services.tiddlywiki.listenOptions

NixOS option

Parameters passed to --listen command. Refer to https://tiddlywiki.com/#WebServer for details on supported values.

type: attribute set
Default
{ }
Example
{
  credentials = "../credentials.csv";
  port = 3456;
  readers = "(authenticated)";
}
declared in: nixos/modules/services/misc/tiddlywiki.nixView source on NixOS/nixpkgs →