MyNixOS website logo
option

services.tor.relay.onionServices

Declarations
Type
attribute set of (submodule)
Default
{ }
Example
{
  "example.org/www" = {
    authorizedClients = [
      "descriptor:x25519:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
    ];
    map = [
      80
    ];
  };
}