Update rbw
This commit is contained in:
parent
cc26e937b0
commit
6b137b49b3
1 changed files with 5 additions and 4 deletions
|
@ -2,9 +2,10 @@
|
|||
# Bitwarden CLI app
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
base_url = "https://pass.sysctl.io";
|
||||
email = "albert@sysctl.io";
|
||||
lock_timeout = 3600;
|
||||
settings = {};
|
||||
settings = {
|
||||
base_url = "https://pass.sysctl.io";
|
||||
email = "albert@sysctl.io";
|
||||
lock_timeout = 3600;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue