Added Bitwarden
This commit is contained in:
parent
99a2c09865
commit
c0f30ad27a
1 changed files with 11 additions and 0 deletions
11
moduler/common/rbw.nix
Normal file
11
moduler/common/rbw.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
settings = {
|
||||
email = "fredrik@wastring.com";
|
||||
pinentry = pkgs.pinentry;
|
||||
url = "https://pass.wastring.com";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue