Just always use LDAP
This commit is contained in:
parent
66860dcf92
commit
a26e97cd4c
|
@ -306,7 +306,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
ldap-proxy.service = mkIf (cfg.ldap-proxy != null) {
|
ldap-proxy.service = {
|
||||||
image = cfg.images.ldap-proxy;
|
image = cfg.images.ldap-proxy;
|
||||||
restart = "always";
|
restart = "always";
|
||||||
networks = [
|
networks = [
|
||||||
|
|
Loading…
Reference in New Issue