Added rbw

This commit is contained in:
FredzyW 2024-06-03 19:58:40 +02:00
parent 3e51fa690c
commit 2e6ab2ecee

10
moduler/common/rbw.nix Normal file
View file

@ -0,0 +1,10 @@
{ pkgs, lib, ... }:
{
programs.rbw = {
enable = true;
settings = {
email = "fredrik@wastring.com";
base_url = "https://pass.wastring.com";
};
};
}