fix(openldap): my bad

This commit is contained in:
Kat Inskip 2022-09-25 23:00:38 -07:00
parent 1ea58b491e
commit a074c42f52
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -3,7 +3,6 @@
users.groups.domain-auth.members = [ "openldap" ];
services.openldap = {
enable = true;
group = "domain-auth";
@ -175,7 +174,7 @@
openldap-root-password-file = {
text = tf.variables.openldap-password.ref;
owner = "openldap";
group = "openldap";
group = "domain-auth";
};
};
}