mysql: bind to localhost
This commit is contained in:
parent
c0c9249e5a
commit
5b2ca5141c
|
@ -3,5 +3,6 @@
|
|||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
settings.mysqld.bind_address = "127.0.0.1";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue