From 7df420c27ebe7daaa4fd099c457ce9a9075b840e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 16 May 2019 23:23:05 +0200 Subject: Add certificate creation and handling to websites --- nixops/modules/websites/tools/peertube.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixops/modules/websites/tools/peertube.nix') diff --git a/nixops/modules/websites/tools/peertube.nix b/nixops/modules/websites/tools/peertube.nix index 6cc6d38..12ab3c4 100644 --- a/nixops/modules/websites/tools/peertube.nix +++ b/nixops/modules/websites/tools/peertube.nix @@ -153,9 +153,9 @@ in { services.websites.tools.modules = [ "headers" "proxy" "proxy_http" "proxy_wstunnel" ]; - security.acme.certs."eldiron".extraDomains."peertube.immae.eu" = null; services.websites.tools.vhostConfs.peertube = { certName = "eldiron"; + addToCerts = true; hosts = [ "peertube.immae.eu" ]; root = null; extraConfig = [ '' -- cgit v1.2.3