infrastructure/profiles/gui/home/bitw.nix
2021-04-04 23:56:50 +01:00

10 lines
212 B
Nix

{ config, ... }:
{
xdg.configFile."rbw/config.json".text = builtins.toJSON {
email = "kat@kittywit.ch";
base_url = "https://vault.kittywit.ch";
identity_url = null;
lock_timeout = 3600;
};
}