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
|
# Bitwarden CLI app
|
||||||
programs.rbw = {
|
programs.rbw = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base_url = "https://pass.sysctl.io";
|
settings = {
|
||||||
email = "albert@sysctl.io";
|
base_url = "https://pass.sysctl.io";
|
||||||
lock_timeout = 3600;
|
email = "albert@sysctl.io";
|
||||||
settings = {};
|
lock_timeout = 3600;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue