This commit is contained in:
2024-12-29 23:22:18 +02:00
parent 1af6764bf4
commit 318c61f4d5

View File

@@ -28,7 +28,7 @@
ensureUsers = [
{
name = config.services.gitea.database.user;
ensurePermissions."DATABASE ${config.services.gitea.database.name}" = "ALL PRIVILEGES";
# ensurePermissions."DATABASE ${config.services.gitea.database.name}" = "ALL PRIVILEGES";
}
];
};