The Complete Computer

Bitwarden on NixOS/Home Manager

LifeTechEmacsArcology

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

nix source: :tangle ~/arroyo-nix/hm/bitwarden.nix
{ pkgs, ... }: { home.packages = [ pkgs.bitwarden-desktop ]; programs.rbw = { enable = true; settings = { email = "ryan@whatthefuck.computer"; pinentry = pkgs.pinentry-qt; base_url = "https://vault.whatthefuck.computer"; }; }; }

NEXT add emacs-bitwarden or similar wrapper around rbw

emacs-lisp source: :tangle ~/org/cce/bitwarden.el