From 260c50f52382c59586d76e1d900943247188521b Mon Sep 17 00:00:00 2001 From: Florian Sesser <florian@private.storage> Date: Mon, 9 Aug 2021 16:27:12 +0000 Subject: [PATCH] Undo more changes that we don't need anymore --- morph/lib/issuer.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/morph/lib/issuer.nix b/morph/lib/issuer.nix index 43306923..51046b43 100644 --- a/morph/lib/issuer.nix +++ b/morph/lib/issuer.nix @@ -50,6 +50,7 @@ rec { services.private-storage-issuer = { enable = true; + tls = true; ristrettoSigningKeyPath = deployment.secrets.ristretto-signing-key.destination; stripeSecretKeyPath = deployment.secrets.stripe-secret-key.destination; database = "SQLite3"; -- GitLab