testing with more modern version of nixpkgs
This commit is contained in:
parent
a044f9d053
commit
c349732361
3 changed files with 14 additions and 13 deletions
|
@ -24,8 +24,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
services.dex.settings.oauth2.skipApprovalScreen = true;
|
||||
|
||||
services.portunus = {
|
||||
enable = true;
|
||||
user = "${portunusUser}";
|
||||
|
@ -37,15 +35,15 @@ in
|
|||
enable = true;
|
||||
};
|
||||
ldap = {
|
||||
user = "${ldapUser}";
|
||||
group = "${ldapGroup}";
|
||||
#user = "${ldapUser}";
|
||||
#group = "${ldapGroup}";
|
||||
|
||||
suffix = "dc=ifsr,dc=de";
|
||||
searchUserName = "search";
|
||||
|
||||
# disables port 389, use 636 with tls
|
||||
# `portunus.domain` resolves to localhost
|
||||
# tls = true;
|
||||
tls = false;
|
||||
};
|
||||
|
||||
seedPath = ../config/portunus_seeds.json;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue