From 9107922274ef82d427f6494c120db1806c861ea4 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 6 Dec 2024 10:22:51 +0100 Subject: [PATCH] doc: remove mdDoc --- module.nix | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/module.nix b/module.nix index e9fed77..8963d2b 100644 --- a/module.nix +++ b/module.nix @@ -23,7 +23,6 @@ let mkOverride; inherit (lib.options) - mdDoc mkEnableOption mkOption; @@ -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. ''; @@ -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 @@ -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 @@ -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