MyNixOS website logo
option

services.tiddlywiki.listenOptions

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

Declarations
Type
attribute set
Default
{ }
Example
{
  credentials = "../credentials.csv";
  port = 3456;
  readers = "(authenticated)";
}