diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-13 12:18:22 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-13 12:18:22 -0700 |
commit | 152335a54ddc6d0a36a1b0d61ef10879e9378b43 (patch) | |
tree | 417ffe4b823d5d7a56b85a7495abb57bc1c03225 /modules | |
parent | secrets: re-key all secrets for tahoe (diff) | |
download | world-152335a54ddc6d0a36a1b0d61ef10879e9378b43.tar.gz |
grafana: use proper cert
Diffstat (limited to '')
-rw-r--r-- | modules/services/grafana/default.nix | 2 |
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; |