fix: ldap has no need for discord stuff
All checks were successful
Build_Deploy / linter (push) Successful in 10s
Build_Deploy / build (push) Successful in 19s
Build_Deploy / deploy_dns (push) Successful in 1m13s
Build_Deploy / deploy_active (active) (push) Successful in 48s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m43s
Build_Deploy / deploy_active (active-ext) (push) Successful in 34s
All checks were successful
Build_Deploy / linter (push) Successful in 10s
Build_Deploy / build (push) Successful in 19s
Build_Deploy / deploy_dns (push) Successful in 1m13s
Build_Deploy / deploy_active (active) (push) Successful in 48s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m43s
Build_Deploy / deploy_active (active-ext) (push) Successful in 34s
This commit is contained in:
parent
e012fdf3a7
commit
70a83bd97b
1 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ in {
|
||||||
#backups = [ "/etc/silver_ul_ical/database.db" ];
|
#backups = [ "/etc/silver_ul_ical/database.db" ];
|
||||||
|
|
||||||
age.secrets.ldap_details.file = ../../secrets/ldap/details.age;
|
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_mail.file = ../../secrets/email/details.age;
|
||||||
age.secrets.ldap_wolves.file = ../../secrets/wolves/details.age;
|
age.secrets.ldap_wolves.file = ../../secrets/wolves/details.age;
|
||||||
|
|
||||||
|
@ -69,7 +68,6 @@ in {
|
||||||
# contains teh password in env form
|
# contains teh password in env form
|
||||||
env = {
|
env = {
|
||||||
ldap = config.age.secrets.ldap_details.path;
|
ldap = config.age.secrets.ldap_details.path;
|
||||||
discord = config.age.secrets.ldap_discord.path;
|
|
||||||
mail = config.age.secrets.ldap_mail.path;
|
mail = config.age.secrets.ldap_mail.path;
|
||||||
wolves = config.age.secrets.ldap_wolves.path;
|
wolves = config.age.secrets.ldap_wolves.path;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue