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'
This commit is contained in:
parent
8dd8475c73
commit
75a6be1684
@ -163,7 +163,7 @@ in {
|
||||
|
||||
services.mysql = mkIf cfg.enable {
|
||||
enable = true;
|
||||
package = pkgs.mysql;
|
||||
package = pkgs.mariadb;
|
||||
ensureDatabases = [cfg.database.database];
|
||||
ensureUsers = [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user