X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=modules%2Fprivate%2Fdatabases%2Fdefault.nix;h=1241658a18574846a057ca06b68d444a42db25f3;hp=6cd6feb5b25dae3dfb6107e2b1df277422d21097;hb=282c67a117b7d349b30a96972b050d630f906dec;hpb=97f5a24bc8839328571b23eb5f910de206ddbe1f diff --git a/modules/private/databases/default.nix b/modules/private/databases/default.nix index 6cd6feb..1241658 100644 --- a/modules/private/databases/default.nix +++ b/modules/private/databases/default.nix @@ -25,7 +25,7 @@ in }; openldap = { - accessFile = "${config.myEnv.privateFiles}/ldap.conf"; + accessFile = ../../../nixops/secrets/ldap.conf; baseDn = config.myEnv.ldap.base; rootDn = config.myEnv.ldap.root_dn; rootPw = config.myEnv.ldap.root_pw;