feat: ldap backend updated to accomodate multiple env files
This commit is contained in:
parent
31d2d2e23d
commit
bfc0d81cf1
4 changed files with 14 additions and 4 deletions
BIN
secrets/discord/ldap.age
Normal file
BIN
secrets/discord/ldap.age
Normal file
Binary file not shown.
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue