sourcehut: reword api-origin option description

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-11-11 12:53:16 +01:00
parent 589b75bdc8
commit fc6addb147
No known key found for this signature in database
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -78,7 +78,7 @@ let
apply = s: "<" + toString s;
};
api-origin = mkOption {
description = lib.mdDoc "Origin URL for API, 100 more than web.";
description = lib.mdDoc "Origin URL for the API";
type = types.str;
default = "http://${cfg.listenAddress}:${toString (cfg.${srv}.port + 100)}";
defaultText = lib.literalMD ''