switch back to bitwarden

This commit is contained in:
atagen 2025-10-03 14:14:13 +10:00
parent c649eab38a
commit e496f90e62
9 changed files with 24 additions and 50 deletions

View file

@ -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;
};