nixos/lk-jwt-service: Fix docs issues

quadradical.tngl.sh 7b26bcd2 f2cdf605

verified
Changed files
+2 -4
nixos
modules
services
+2 -4
nixos/modules/services/matrix/lk-jwt-service.nix
···
{
meta.maintainers = [ lib.maintainers.quadradical ];
options.services.lk-jwt-service = {
-
enable = lib.mkEnableOption "Enable lk-jwt-service";
+
enable = lib.mkEnableOption "lk-jwt-service";
package = lib.mkPackageOption pkgs "lk-jwt-service" { };
livekitUrl = lib.mkOption {
···
Path to a file containing the credential mapping (`<keyname>: <secret>`) to access LiveKit.
Example:
-
```
-
lk-jwt-service: f6lQGaHtM5HfgZjIcec3cOCRfiDqIine4CpZZnqdT5cE
-
```
+
`lk-jwt-service: f6lQGaHtM5HfgZjIcec3cOCRfiDqIine4CpZZnqdT5cE`
For more information, see <https://github.com/element-hq/lk-jwt-service#configuration>.
'';