feat: packaged up Bitwardens Directory Connector
This commit is contained in:
parent
8bb2c26a99
commit
54f54d31b1
5 changed files with 475 additions and 1 deletions
|
@ -93,6 +93,10 @@ let
|
|||
nextcloud = [
|
||||
cadie
|
||||
];
|
||||
|
||||
bitwarden = [
|
||||
kitt
|
||||
];
|
||||
in {
|
||||
# nix run github:ryantm/agenix -- -e secret1.age
|
||||
|
||||
|
@ -115,7 +119,7 @@ in {
|
|||
# for ldap
|
||||
"ldap/pw.age".publicKeys = users ++ ldap;
|
||||
# for use connectring to teh ldap
|
||||
"ldap/details.age".publicKeys = users ++ ldap ++ discord;
|
||||
"ldap/details.age".publicKeys = users ++ ldap ++ discord ++ bitwarden;
|
||||
|
||||
# everyone has access to this
|
||||
"backup/restic.age".publicKeys = users ++ systems;
|
||||
|
@ -133,4 +137,7 @@ in {
|
|||
|
||||
# handles pulling in data from teh wolves api
|
||||
"wolves/details.age".publicKeys = users ++ ldap ++ discord;
|
||||
|
||||
# for bitwarden connector
|
||||
"bitwarden/api.age".publicKeys = users ++ bitwarden;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue