From 2f53a3c0029282c7699033121e97fc80f3605d13 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Wed, 23 Jun 2021 08:47:52 -0400
Subject: [PATCH] normalize these comments a bit

---
 morph/lib/issuer.nix | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/morph/lib/issuer.nix b/morph/lib/issuer.nix
index 43120884..efba08ba 100644
--- a/morph/lib/issuer.nix
+++ b/morph/lib/issuer.nix
@@ -59,10 +59,10 @@ rec {
     stripeSecretKeyPath = deployment.secrets.stripe-secret-key.destination;
     database = "SQLite3";
     databasePath = "/var/db/vouchers.sqlite3";
-    # inherit letsEncryptAdminEmail;
-    # domains = issuerDomains;
-    # inherit allowedChargeOrigins;
+    # letsEncryptAdminEmail = ...;
+    # domains = ...;
+    # allowedChargeOrigins = ...;
   };
 
-  # system.stateVersion = stateVersion;
+  # system.stateVersion = ...
 }
-- 
GitLab