From 645e86a443d3f74cc8f9c95cb433cbefed5263cb Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sun, 25 Jan 2026 14:11:14 +0100 Subject: Inital commit for working omega-relay host. This commit includes: - Mysql module from umbriel - Disko configuration for the Ferox VM - Freshrss module - Stalwart module - Vaultwarden module - Wakapi module - Uptime Kuma module - Support for using mysql socket - Server user that does not depend on full home-manager preset. - ACME for wilkuu.xyz domains, including all the services. --- hosts/omega-relay/firewall.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/omega-relay/firewall.nix') diff --git a/hosts/omega-relay/firewall.nix b/hosts/omega-relay/firewall.nix index 7b04813..6311337 100644 --- a/hosts/omega-relay/firewall.nix +++ b/hosts/omega-relay/firewall.nix @@ -1,7 +1,7 @@ { ... }: let baseTCP = [ - 20 22 433 + 20 22 25 80 143 443 993 465 ]; baseUDP = [ 16555 # Wireguard -- cgit v1.3.1