feat: now using teh upstream bitwarden connector

This commit is contained in:
silver 2024-01-12 21:33:09 +00:00
parent 73330b3f6f
commit bb44a38bbb
3 changed files with 1 additions and 394 deletions

View file

@ -6,9 +6,7 @@
}: let
user = "bwdc";
in {
imports = [
./_bitwarden_sync_module.nix
];
imports = [];
options = {};
@ -36,8 +34,6 @@ in {
domain = "https://pw.skynet.ie";
package = pkgs.callPackage ./_bitwarden-directory-connector.nix {};
ldap = {
ssl = false;
startTls = false;