about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-13 12:18:22 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-13 12:18:22 -0700
commit152335a54ddc6d0a36a1b0d61ef10879e9378b43 (patch)
tree417ffe4b823d5d7a56b85a7495abb57bc1c03225
parentsecrets: re-key all secrets for tahoe (diff)
downloadworld-152335a54ddc6d0a36a1b0d61ef10879e9378b43.tar.gz
grafana: use proper cert
Diffstat (limited to '')
-rw-r--r--modules/services/grafana/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/grafana/default.nix b/modules/services/grafana/default.nix
index bee67bd..e200ab0 100644
--- a/modules/services/grafana/default.nix
+++ b/modules/services/grafana/default.nix
@@ -33,7 +33,7 @@ in {
 
     services.nginx.virtualHosts."dash.fcuny.xyz" = {
       forceSSL = true;
-      enableACME = true;
+      useACMEHost = "dash.fcuny.xyz";
       locations."/" = {
         proxyPass = "http://127.0.0.1:9090";
         proxyWebsockets = true;