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}";
|
||||
|
|
|
@ -679,11 +679,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"host": "gitlab.skynet.ie",
|
||||
"lastModified": 1698277514,
|
||||
"narHash": "sha256-5iLOac+X6dNRU+2RZAnJ+5wwjXYmrVxMWZ6RtTNqQkE=",
|
||||
"lastModified": 1698371018,
|
||||
"narHash": "sha256-MazOexDIALnLUEVUYH2jYCBXae87RWMv4LTpgkfjYDQ=",
|
||||
"owner": "compsoc1%2Fskynet",
|
||||
"repo": "ldap%2Fbackend",
|
||||
"rev": "5267c588c42cb2bd6d3916ecec63056ac8e4aba3",
|
||||
"rev": "d634806808d322a42c0c690d6ba484168f9458a9",
|
||||
"type": "gitlab"
|
||||
},
|
||||
"original": {
|
||||
|
|
Loading…
Reference in a new issue