Maybe open the right port for the db

This commit is contained in:
Lillian Violet 2023-12-05 11:27:27 +01:00
parent d5ac22bb1b
commit cabefc2fa3

View file

@ -113,7 +113,7 @@
# Enable networking
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [80 443 1443];
networking.firewall.allowedTCPPorts = [80 443 1433];
# Set your time zone.
time.timeZone = "Europe/Amsterdam";