Added rbw
This commit is contained in:
parent
3e51fa690c
commit
2e6ab2ecee
1 changed files with 10 additions and 0 deletions
10
moduler/common/rbw.nix
Normal file
10
moduler/common/rbw.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ pkgs, lib, ... }:
|
||||||
|
{
|
||||||
|
programs.rbw = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
email = "fredrik@wastring.com";
|
||||||
|
base_url = "https://pass.wastring.com";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue