From a9675fcc708c8db2fa18689ff6911f546759f471 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 26 Nov 2019 16:30:16 -0500
Subject: [PATCH] tls is good

---
 morph/issuer.nix | 1 +
 1 file changed, 1 insertion(+)

diff --git a/morph/issuer.nix b/morph/issuer.nix
index a37bba5c..98d10d38 100644
--- a/morph/issuer.nix
+++ b/morph/issuer.nix
@@ -27,6 +27,7 @@
 
   services.private-storage-issuer = {
     enable = true;
+    tls = true;
     ristrettoSigningKeyPath = ./.. + ristrettoSigningKeyPath;
     stripeSecretKeyPath = ./.. + stripeSecretKeyPath;
     database = "SQLite3";
-- 
GitLab