diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-26 08:25:05 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-26 08:25:05 -0700 |
commit | ced0e45452728f18361ca42206245f83ddd1a865 (patch) | |
tree | a3491b90fe94f5f5359c03986e79ebbc28b904ad /modules/services | |
parent | fix(gerrit): apply a serverId (diff) | |
download | world-ced0e45452728f18361ca42206245f83ddd1a865.tar.gz |
fix(sourcegraph): remove extra '}' from string
Diffstat (limited to '')
-rw-r--r-- | modules/services/sourcegraph/default.nix | 2 |
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; }; |