fix: amzebs add mysql port
This commit is contained in:
parent
5762916970
commit
5995612407
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 22 80 443 ];
|
allowedTCPPorts = [ 22 80 443 3306 ];
|
||||||
|
|
||||||
# Allow MariaDB access only from specific IP
|
# Allow MariaDB access only from specific IP
|
||||||
extraCommands = ''
|
extraCommands = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue