From 5c5ea85732cbd61597c4f8f13fd1df18511b4cc1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 22 Dec 2025 10:13:57 +0900 Subject: [PATCH] bicep/mysql: allow connections from ildkule --- hosts/bicep/services/mysql.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/bicep/services/mysql.nix b/hosts/bicep/services/mysql.nix index fc9d706..56b289f 100644 --- a/hosts/bicep/services/mysql.nix +++ b/hosts/bicep/services/mysql.nix @@ -48,6 +48,8 @@ IPAddressAllow = [ values.ipv4-space values.ipv6-space + values.hosts.ildkule.ipv4 + values.hosts.ildkule.ipv6 ]; }; }