diff --git a/moduler/common/rbw.nix b/moduler/common/rbw.nix new file mode 100644 index 0000000..b34754e --- /dev/null +++ b/moduler/common/rbw.nix @@ -0,0 +1,10 @@ +{ pkgs, lib, ... }: +{ + programs.rbw = { + enable = true; + settings = { + email = "fredrik@wastring.com"; + base_url = "https://pass.wastring.com"; + }; + }; +}