Update rbw

This commit is contained in:
albert 2024-03-04 09:46:31 +09:00
parent cc26e937b0
commit 6b137b49b3
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -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;
}
};
}