about summary refs log tree commit diff
path: root/modules/services/sourcegraph
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-26 08:25:05 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-26 08:25:05 -0700
commitced0e45452728f18361ca42206245f83ddd1a865 (patch)
treea3491b90fe94f5f5359c03986e79ebbc28b904ad /modules/services/sourcegraph
parentfix(gerrit): apply a serverId (diff)
downloadworld-ced0e45452728f18361ca42206245f83ddd1a865.tar.gz
fix(sourcegraph): remove extra '}' from string
Diffstat (limited to 'modules/services/sourcegraph')
-rw-r--r--modules/services/sourcegraph/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/sourcegraph/default.nix b/modules/services/sourcegraph/default.nix
index adf7051..6acf24c 100644
--- a/modules/services/sourcegraph/default.nix
+++ b/modules/services/sourcegraph/default.nix
@@ -34,7 +34,7 @@ in {
       locations."/" = { proxyPass = "http://127.0.0.1:7080"; };
     };
 
-    security.acme.certs."${cfg.vhostName}}" = {
+    security.acme.certs."${cfg.vhostName}" = {
       dnsProvider = "gcloud";
       credentialsFile = secrets."acme/credentials".path;
     };