feat: create wakapi db locally

This commit is contained in:
tux
2024-11-07 21:54:14 +05:30
parent f3c265966f
commit e16d5a6697

View File

@ -7,6 +7,7 @@
wakapi = {
enable = true;
passwordSaltFile = config.sops.secrets.wakapi_salt.path;
database.createLocally = true;
settings = {
app.avatar_url_template = "https://www.gravatar.com/avatar/{email_hash}.png";