complete-computing-environment/bitwarden-passwords.org

1.2 KiB

Bitwarden on NixOS/Home Manager

I used The Standard UNIX Password Manager but I would prefer to stop caring about that PGP key. I set up vaultwarden on The Wobserver and this will talk to that. There's also a Firefox addon available.

Bitwarden CLI client on Endpoint Configuration

{ pkgs, ... }:

{
  home.packages = [ pkgs.bitwarden ];
  programs.rbw = {
    enable = true;
    settings = {
      email = "ryan@whatthefuck.computer";
      pinentry = "qt";
      base_url = "https://vault.whatthefuck.computer";
    };
  };
}

NEXT add emacs-bitwarden or similar wrapper around rbw