From 2e6ab2ecee42be4d438215bfe20beda976ca1767 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Mon, 3 Jun 2024 19:58:40 +0200 Subject: [PATCH] Added rbw --- moduler/common/rbw.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 moduler/common/rbw.nix 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"; + }; + }; +}