summary refs log tree commit diff
path: root/services/frontend
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@internetsafetylabs.org>2026-01-29 21:59:05 -0800
committerIrenes <ireneista@internetsafetylabs.org>2026-01-29 22:00:16 -0800
commitc1cf0f0aacfdd48a5c757ae010082a73e6a3a8bd (patch)
treed6ee8eb795a9dd5d358c4f9d82be3c976bc5c300 /services/frontend
parent051b5bd85a8acd1a6b63a8678dfe9b032b14edd0 (diff)
remove the acme preliminary-selfsigned option
in nixos 25.11 it's now the only supported behavior, so we don't need the option

Force-Push: config
Change-Id: Id6a82e7b6631569e8d75bdf35a5a9391575326cd
Diffstat (limited to 'services/frontend')
-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;