feat: now using teh upstream bitwarden connector
This commit is contained in:
parent
73330b3f6f
commit
bb44a38bbb
3 changed files with 1 additions and 394 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue