This commit is contained in:
mjallen18
2026-03-29 22:24:04 -05:00
parent 0967e27fca
commit 62736ed77c
9 changed files with 78 additions and 27 deletions

View File

@@ -144,12 +144,12 @@ in
};
initialDatabases = [
{
name = "booklore";
name = "grimmory";
}
];
ensureUsers = [
{
name = "booklore";
name = "grimmory";
ensurePermissions = {
"database.*" = "ALL PRIVILEGES";
"*.*" = "SELECT, LOCK TABLES";