onion-services: fix markdown code formatting

This commit is contained in:
Erik Arvstedt 2024-01-15 23:04:27 +01:00
parent 4347125344
commit c1a7ab7b2f
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -18,7 +18,7 @@ let
default = config.public;
description = mdDoc ''
Create an onion service for the given service.
The service must define options {option}'address' and {option}'onionPort' (or `port`).
The service must define options {option}`address` and {option}`onionPort` (or `port`).
'';
};
public = mkOption {