Final port definition location
This commit is contained in:
parent
892d10f02b
commit
998eafcca4
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,11 @@ in
|
|||
mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
port = 8000;
|
||||
settings = {
|
||||
mysqld = {
|
||||
port = 8000;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue