mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
10 lines
205 B
Nix
10 lines
205 B
Nix
{pkgs, ...}: {
|
|
programs.rbw = {
|
|
enable = true;
|
|
settings = {
|
|
base_url = "https://vaultwarden.cleslie.uk";
|
|
email = "vw@cleslie.uk";
|
|
pinentry = pkgs.pinentry-gnome3;
|
|
};
|
|
};
|
|
}
|