Compare commits
No commits in common. "70a83bd97b17d185fb0a4a8bb0e5e760bd8ecc68" and "e478af71a10f2b1b7427581cbc876bd7a186ce4a" have entirely different histories.
70a83bd97b
...
e478af71a1
2 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,7 @@ in {
|
|||
#backups = [ "/etc/silver_ul_ical/database.db" ];
|
||||
|
||||
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;
|
||||
|
||||
|
@ -68,6 +69,7 @@ in {
|
|||
# contains teh password in env form
|
||||
env = {
|
||||
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;
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue