switch back to bitwarden
This commit is contained in:
parent
c649eab38a
commit
e496f90e62
9 changed files with 24 additions and 50 deletions
|
|
@ -1,17 +1,15 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
# user.xdg.config.files."rbw/config.json" = {
|
||||
# generator = lib.generators.toJSON { };
|
||||
# value = {
|
||||
# email = "boss@atagen.co";
|
||||
# pinentry = lib.getExe pkgs.pinentry-qt;
|
||||
# base_url = "https://v.atagen.co";
|
||||
# };
|
||||
# };
|
||||
user.xdg.config.files."rbw/config.json" = {
|
||||
generator = lib.generators.toJSON { };
|
||||
value = {
|
||||
email = "boss@atagen.co";
|
||||
pinentry = lib.getExe pkgs.pinentry-qt;
|
||||
base_url = "https://vault.atagen.co";
|
||||
};
|
||||
};
|
||||
|
||||
apps = with pkgs; {
|
||||
migration = keepassxc;
|
||||
migrationCli = git-credential-keepassxc;
|
||||
passwordManager = bitwarden;
|
||||
passwordCli = rbw;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue