From 290820c38ae2018b86618921add1cd8cb9df7154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 2 Jul 2023 17:42:04 +0200 Subject: [PATCH] gitea: enable ldap again, upsi --- hosts/gitea/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hosts/gitea/default.nix b/hosts/gitea/default.nix index 6efb7228..d481d623 100644 --- a/hosts/gitea/default.nix +++ b/hosts/gitea/default.nix @@ -40,7 +40,10 @@ backupDir = "/var/backup/gitea/"; }; - ldap.bindPasswordFile = config.sops.secrets."gitea/ldapSearchUserPassword".path; + ldap = { + enable = true; + bindPasswordFile = config.sops.secrets."gitea/ldapSearchUserPassword".path; + }; settings = { # we use drone for internal tasks and don't want people to execute code on our infrastructure