feat: improved and unified config, now will be almost the same as what is in nixpkgs
This commit is contained in:
parent
c27f1749a2
commit
09fb8cf56e
3 changed files with 54 additions and 29 deletions
|
@ -15,11 +15,13 @@ in {
|
|||
age.secrets.bitwarden_sync_api.file = ../../secrets/bitwarden/api.age;
|
||||
age.secrets.bitwarden_sync_ldap.file = ../../secrets/ldap/details.age;
|
||||
|
||||
services.bitwarden_connector = {
|
||||
services.bitwarden_directory_connector = {
|
||||
enable = true;
|
||||
|
||||
domain = "https://pw.skynet.ie";
|
||||
|
||||
package = pkgs.callPackage ./_bitwarden-directory-connector.nix {};
|
||||
|
||||
ldap = {
|
||||
ssl = false;
|
||||
startTls = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue