Skip to content

Commit

Permalink
Merge pull request #39 from MarcelCoding/fix-doc
Browse files Browse the repository at this point in the history
doc: remove mdDoc
  • Loading branch information
WilliButz authored Jan 25, 2025
2 parents 5470f39 + 9107922 commit 1fa3cbe
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 1fa3cbe

Please sign in to comment.