From eac38f7e6b0acc1307af7c1c9bd83257ca1533cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Wed, 3 Apr 2024 21:45:26 +0200 Subject: [PATCH] gitea: resolve rename --- hosts/gitea/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gitea/default.nix b/hosts/gitea/default.nix index cd11547c..24bba570 100644 --- a/hosts/gitea/default.nix +++ b/hosts/gitea/default.nix @@ -41,7 +41,7 @@ ldap = { enable = true; - bindPasswordFile = config.sops.secrets."gitea/ldapSearchUserPassword".path; + searchUserPasswordFile = config.sops.secrets."gitea/ldapSearchUserPassword".path; }; settings = {