Platforn 22.05 #67

Merged
max merged 18 commits from platforn-22.05 into master 2022-05-31 10:23:41 +03:00
Showing only changes of commit 27826f48e0 - Show all commits

View file

@ -10,7 +10,7 @@
services.mysql = {
enable = true;
bind = "127.0.0.1";
settings.mysqld.bind-address = "127.0.0.1";
package = pkgs.mariadb;
dataDir = "/srv/storage/database/mariadb/data";
};