mysql: bind to localhost

This commit is contained in:
Jonas Gaffke 2024-02-02 21:13:44 +01:00 committed by quitte
parent c0c9249e5a
commit 5b2ca5141c

View file

@ -3,5 +3,6 @@
services.mysql = {
enable = true;
package = pkgs.mariadb;
settings.mysqld.bind_address = "127.0.0.1";
};
}