From cbf450f06c35e73f56978b79459019d18c474050 Mon Sep 17 00:00:00 2001 From: headpats Date: Wed, 18 Mar 2026 06:02:11 +0100 Subject: [PATCH] docs/roundcube: fix typo in nginx vhost --- docs/roundcube.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/roundcube.nix b/docs/roundcube.nix index 147ebb8..23e1e73 100644 --- a/docs/roundcube.nix +++ b/docs/roundcube.nix @@ -37,7 +37,7 @@ ''; }; - services.nginx.virtualHosts.${config.services.rounducbe.hostName} = { + services.nginx.virtualHosts.${config.services.roundcube.hostName} = { enableACME = true; forceSSL = true; };