l 1 mors: postgre -> mariadb
This commit is contained in:
parent
399c0c902c
commit
a1615ca432
|
@ -131,9 +131,10 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
services.postgresql = {
|
services.mysql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
authentication = "local all all ident";
|
package = pkgs.mariadb;
|
||||||
|
rootPassword = "<secrets>/mysql_rootPassword";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue