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"