From 5995612407181bab408b555a51722ec1bd892987 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Thu, 4 Dec 2025 12:46:28 +0100 Subject: [PATCH] fix: amzebs add mysql port --- hosts/amzebs-01/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/amzebs-01/configuration.nix b/hosts/amzebs-01/configuration.nix index a4b9faf..700cc30 100644 --- a/hosts/amzebs-01/configuration.nix +++ b/hosts/amzebs-01/configuration.nix @@ -69,7 +69,7 @@ networking.firewall = { enable = true; - allowedTCPPorts = [ 22 80 443 ]; + allowedTCPPorts = [ 22 80 443 3306 ]; # Allow MariaDB access only from specific IP extraCommands = ''