enabeling ldap auth
This commit is contained in:
parent
15597ce6fa
commit
c41369e2ac
|
@ -62,6 +62,12 @@ in
|
|||
seedPath = ../config/portunus_seeds.json;
|
||||
};
|
||||
|
||||
users.ldap = {
|
||||
enable = true;
|
||||
server = "ldap://localhost";
|
||||
base = "${config.services.portunus.ldap.suffix}";
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."${config.services.portunus.domain}" = {
|
||||
|
|
Loading…
Reference in a new issue