13 lines
250 B
Nix
13 lines
250 B
Nix
{pkgs, ...}: {
|
|
programs = {
|
|
rbw = {
|
|
enable = true;
|
|
settings = {
|
|
email = "michael@michaelthomson.dev";
|
|
base_url = "https://vaultwarden.michaelthomson.dev";
|
|
pinentry = pkgs.pinentry-tty;
|
|
};
|
|
};
|
|
};
|
|
}
|