flarum: fix 'mysql' has been renamed to/replaced by 'mariadb' (#356868)
This commit is contained in:
@@ -163,7 +163,7 @@ in {
|
||||
|
||||
services.mysql = mkIf cfg.enable {
|
||||
enable = true;
|
||||
package = pkgs.mysql;
|
||||
package = pkgs.mariadb;
|
||||
ensureDatabases = [cfg.database.database];
|
||||
ensureUsers = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user