From 2203788b2daa2fb90abe486f1cc604c9020daa69 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 15 Feb 2025 03:51:04 -0500 Subject: [PATCH] Infini-DL360/authentik: remove unnecessary acme cert --- hosts/Infini-DL360/authentik.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/Infini-DL360/authentik.nix b/hosts/Infini-DL360/authentik.nix index c1ba72c..6acec5a 100644 --- a/hosts/Infini-DL360/authentik.nix +++ b/hosts/Infini-DL360/authentik.nix @@ -54,11 +54,6 @@ in 6636 # <- 636 port forwarded, LDAPS ]; - security.acme.certs.${ldap} = { - group = "nginx"; - webroot = null; - }; - systemd.services.authentik-worker.serviceConfig.LoadCredential = [ "${ldap}.pem:/etc/secrets/ssl/ldap.inx.moe/fullchain.pem" "${ldap}.key:/etc/secrets/ssl/ldap.inx.moe/key.pem"