feat: enabled the new wolves api for the backend
This commit is contained in:
parent
feb492c0c7
commit
a305a1f744
2 changed files with 5 additions and 3 deletions
|
@ -54,6 +54,7 @@ in {
|
|||
age.secrets.ldap_details.file = ../../secrets/ldap/details.age;
|
||||
age.secrets.ldap_discord.file = ../../secrets/discord/ldap.age;
|
||||
age.secrets.ldap_mail.file = ../../secrets/email/details.age;
|
||||
age.secrets.ldap_wolves.file = ../../secrets/wolves/details.age;
|
||||
|
||||
skynet_acme.domains = [
|
||||
"${cfg.domain.sub}.${cfg.domain.base}.${cfg.domain.tld}"
|
||||
|
@ -88,6 +89,7 @@ in {
|
|||
ldap = config.age.secrets.ldap_details.path;
|
||||
discord = config.age.secrets.ldap_discord.path;
|
||||
mail = config.age.secrets.ldap_mail.path;
|
||||
wolves = config.age.secrets.ldap_wolves.path;
|
||||
};
|
||||
|
||||
host_port = "127.0.0.1:${port_backend}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue