l 1 mors: postgre -> mariadb

This commit is contained in:
lassulus 2016-02-17 14:59:21 +01:00
parent 399c0c902c
commit a1615ca432

View file

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