From 858735116adf50b08fab104d91577b92471e5f62 Mon Sep 17 00:00:00 2001 From: Sandro Date: Mon, 28 Oct 2024 00:23:50 +0100 Subject: [PATCH] Fix indentation of markdown code blocks --- module.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/module.nix b/module.nix index e9fed77..90b7693 100644 --- a/module.nix +++ b/module.nix @@ -85,9 +85,9 @@ in to the authentic documentation. ``` - # example content - AUTHENTIK_SECRET_KEY= - AUTHENTIK_EMAIL__PASSWORD= + # example content + AUTHENTIK_SECRET_KEY= + AUTHENTIK_EMAIL__PASSWORD= ``` ''; }; @@ -109,8 +109,8 @@ in to the authentic documentation. ``` - # example content - AUTHENTIK_TOKEN= + # example content + AUTHENTIK_TOKEN= ``` ''; }; @@ -132,8 +132,8 @@ in to the authentic documentation. ``` - # example content - AUTHENTIK_TOKEN= + # example content + AUTHENTIK_TOKEN= ``` ''; };