This commit is contained in:
2024-11-26 15:43:48 -05:00
parent 239fba826b
commit 370948543d
6 changed files with 53 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
{
pkgs,
...
}: {
programs = {
rbw = {
enable = true;
settings = {
email = "michael@michaelthomson.dev";
base_url = "https://vaultwarden.michaelthomson.dev";
pinentry = pkgs.pinentry-tty;
};
};
};
}