Skip to content

Commit

Permalink
doc: remove mdDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Dec 6, 2024
1 parent 9d9c0a3 commit 9107922
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ let
mkOverride;

inherit (lib.options)
mdDoc
mkEnableOption
mkOption;

Expand Down Expand Up @@ -66,7 +65,7 @@ in
host = mkOption {
type = types.str;
example = "auth.example.com";
description = mdDoc ''
description = ''
Specify the name for the server in {option}`services.nginx.virtualHosts` and
for the associated Let's Encrypt certificate.
'';
Expand All @@ -77,7 +76,7 @@ in
type = types.nullOr types.path;
default = null;
example = "/run/secrets/authentik/authentik-env";
description = mdDoc ''
description = ''
Environment file as defined in {manpage}`systemd.exec(5)`.
Secrets may be passed to the service without adding them to the world-readable
Expand All @@ -101,7 +100,7 @@ in
type = types.nullOr types.path;
default = null;
example = "/run/secrets/authentik-ldap/authentik-ldap-env";
description = mdDoc ''
description = ''
Environment file as defined in {manpage}`systemd.exec(5)`.
Secrets may be passed to the service without adding them to the world-readable
Expand All @@ -124,7 +123,7 @@ in
type = types.nullOr types.path;
default = null;
example = "/run/secrets/authentik-radius/authentik-radius-env";
description = mdDoc ''
description = ''
Environment file as defined in {manpage}`systemd.exec(5)`.
Secrets may be passed to the service without adding them to the world-readable
Expand Down

0 comments on commit 9107922

Please sign in to comment.