mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
flarum: fix 'mysql' has been renamed to/replaced by 'mariadb'
(cherry picked from commit 75a6be1684
)
This commit is contained in:
parent
780789e357
commit
99e26dd556
@ -163,7 +163,7 @@ in {
|
|||||||
|
|
||||||
services.mysql = mkIf cfg.enable {
|
services.mysql = mkIf cfg.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.mysql;
|
package = pkgs.mariadb;
|
||||||
ensureDatabases = [cfg.database.database];
|
ensureDatabases = [cfg.database.database];
|
||||||
ensureUsers = [
|
ensureUsers = [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user