feat: ldap backend updated to accomodate multiple env files

This commit is contained in:
silver 2023-08-27 22:31:08 +01:00
parent 31d2d2e23d
commit bfc0d81cf1
4 changed files with 14 additions and 4 deletions

BIN
secrets/discord/ldap.age Normal file

Binary file not shown.

View file

@ -86,6 +86,10 @@ let
restic = [
neuromancer
];
discord = [
kitt
];
in
{
# nix run github:ryantm/agenix -- -e secret1.age
@ -115,4 +119,6 @@ in
"backup/restic.age".publicKeys = users ++ systems;
"backup/restic_pw.age".publicKeys = users ++ restic;
# discord bot and discord
"discord/ldap.age".publicKeys = users ++ ldap ++ discord;
}