From 19835b9be47ba9b96b1f72c93c98e3c3866a858a Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 25 Jan 2026 17:23:01 +0100 Subject: Fixes in secrets and services. Mostly fixes connection to mysql and the unix-socket auth for it. --- hosts/omega-relay/firewall.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/omega-relay/firewall.nix') diff --git a/hosts/omega-relay/firewall.nix b/hosts/omega-relay/firewall.nix index 360e7da..553730e 100644 --- a/hosts/omega-relay/firewall.nix +++ b/hosts/omega-relay/firewall.nix @@ -1,4 +1,4 @@ -{ ... }: +{ config,... }: let baseTCP = [ 20 @@ -20,6 +20,7 @@ let ]; secureTCP = [ + # config.wilkuu.services.mysql.port ]; secureUDP = [ @@ -54,6 +55,7 @@ in "veth*" "vnet*" "virbr*" + "lo" ]; }; -- cgit v1.3.1