updated
This commit is contained in:
15
modules/home-manager/bitwarden.nix
Normal file
15
modules/home-manager/bitwarden.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user