l 1 mors: postgre -> mariadb

This commit is contained in:
lassulus 2016-02-17 14:59:21 +01:00 committed by tv
parent 4b1ff53f30
commit d01c882e1e

View File

@ -131,9 +131,10 @@
};
}
{
services.postgresql = {
services.mysql = {
enable = true;
authentication = "local all all ident";
package = pkgs.mariadb;
rootPassword = "<secrets>/mysql_rootPassword";
};
}
];