mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
fix(openldap): my bad
This commit is contained in:
parent
1ea58b491e
commit
a074c42f52
1 changed files with 1 additions and 2 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue