Update descriptions to use lib.mdDoc

This commit is contained in:
Tom McLaughlin
2022-09-19 02:11:16 -06:00
parent 327e05c382
commit b3de807a6a
2 changed files with 4 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ with lib;
extraEnvironment = mkOption {
type = types.attrs;
description = ''
description = lib.mdDoc ''
Extra environment variables to set for the runner, as an attrset.
'';
example = {
@@ -115,7 +115,7 @@ with lib;
serviceOverrides = mkOption {
type = types.attrs;
description = ''
description = lib.mdDoc ''
Overrides for the systemd service. Can be used to adjust the sandboxing options.
'';
example = {
@@ -153,7 +153,7 @@ with lib;
user = mkOption {
type = types.str;
description = ''
description = lib.mdDoc ''
User under which to run the service. If null, will use a systemd dynamic user.
'';
default = null;