services.tiddlywiki.listenOptions
NixOS option
Parameters passed to --listen command. Refer to https://tiddlywiki.com/#WebServer for details on supported values.
type: attribute setDefault
{ }Example
declared in: nixos/modules/services/misc/tiddlywiki.nixView source on NixOS/nixpkgs →{
credentials = "../credentials.csv";
port = 3456;
readers = "(authenticated)";
}