summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
Diffstat (limited to 'services')
-rw-r--r--services/frontend/haproxy.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/frontend/haproxy.nix b/services/frontend/haproxy.nix
index 8bef462..44c2b0f 100644
--- a/services/frontend/haproxy.nix
+++ b/services/frontend/haproxy.nix
@@ -10,7 +10,6 @@ in
     # you're doing before messing with it.
     security.acme = {
       acceptTerms = true;
-      preliminarySelfsigned = true;
 
       defaults = {
         email = config.smalltech.adminEmail;