Skip to content

Commit

Permalink
fix(nixps): update rbw config
Browse files Browse the repository at this point in the history
  • Loading branch information
yurrriq committed Jun 3, 2024
1 parent 07d09d6 commit 1f0974b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.16.3
8.16.4
4 changes: 4 additions & 0 deletions machines/nixps/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@
programs.rbw = {
enable = true;
settings = {
base_url = "https://api.bitwarden.com/";
email = config.accounts.email.accounts.personal.address;
identity_url = "https://identity.bitwarden.com/";
notifications_url = "https://notifications.bitwarden.com/";
pinentry = pkgs.pinentry;
};
};
services.picom.enable = true;
Expand Down
4 changes: 4 additions & 0 deletions src/machines/nixps/home.nw
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ home.packages = with pkgs; [
programs.rbw = {
enable = true;
settings = {
base_url = "https://api.bitwarden.com/";
email = config.accounts.email.accounts.personal.address;
identity_url = "https://identity.bitwarden.com/";
notifications_url = "https://notifications.bitwarden.com/";
pinentry = pkgs.pinentry;
};
};
@

0 comments on commit 1f0974b

Please sign in to comment.