From 95a4f7987e0e762ba626174b88abf55e5d1030ed Mon Sep 17 00:00:00 2001 From: Eric Ahlberg Date: Mon, 24 Mar 2025 21:00:17 +0100 Subject: [PATCH] Fix typo in monitoring docs --- modules/blocks/monitoring/docs/default.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blocks/monitoring/docs/default.md b/modules/blocks/monitoring/docs/default.md index c78462f..37e3083 100644 --- a/modules/blocks/monitoring/docs/default.md +++ b/modules/blocks/monitoring/docs/default.md @@ -16,7 +16,7 @@ shb.monitoring = { subdomain = "grafana"; inherit domain; contactPoints = [ "me@example.com" ]; - adminPassword.result = config.sops.secrets."monitoring/admin_password".reuslt; + adminPassword.result = config.sops.secrets."monitoring/admin_password".result; secretKey.result = config.sops.secrets."monitoring/secret_key".result; };