From f0c566776571bb1291dd8d656b6e70941c359ae8 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 5 Dec 2023 11:27:27 +0100 Subject: [PATCH] Maybe open the right port for the db --- nixos/queen/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index 8a351e0..11dd541 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -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";