mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
fix(network): bleh
This commit is contained in:
parent
e72d79dd3a
commit
1ea58b491e
3 changed files with 5 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ in {
|
|||
|
||||
users.groups.domain-auth = {
|
||||
gid = 10600;
|
||||
members = [ "keycloak" ];
|
||||
members = [ "keycloak" "openldap" ];
|
||||
};
|
||||
|
||||
systemd.services.keycloak.script = lib.mkBefore ''
|
||||
|
|
|
|||
|
|
@ -2,8 +2,11 @@
|
|||
networks.internet.tcp = [ 636 ];
|
||||
|
||||
users.groups.domain-auth.members = [ "openldap" ];
|
||||
|
||||
|
||||
services.openldap = {
|
||||
enable = true;
|
||||
group = "domain-auth";
|
||||
urlList = [ "ldap:///" "ldaps:///" ];
|
||||
settings = {
|
||||
attrs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue