stub: worblehat settings

This commit is contained in:
Vegard Bieker Matthey
2026-03-18 13:39:47 +01:00
parent 4e5e649361
commit 3c1e9e6229
2 changed files with 18 additions and 6 deletions

View File

@@ -123,6 +123,18 @@ in
groups.drumknotty = { };
};
services.worblehat.settings = {
logging = {
debug = true;
dbug_sql = false;
};
database = {
type = "sqlite";
sqlite.path = "./worblehat.sqlite";
};
};
services.dibbler.settings.database = lib.mkIf cfg.createLocalDatabase {
type = "postgresql";
postgresql.host = "/run/postgresql";