From ef1503aa3a4380f1e5490d8516b3c376b0407c3a Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 30 May 2026 12:58:11 +0300 Subject: [PATCH] Fix firewall port formatting --- nixos/hosts/cloud-pc/firewall.nix | 2 +- nixos/hosts/mini-pc/firewall.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/cloud-pc/firewall.nix b/nixos/hosts/cloud-pc/firewall.nix index d039930..a818793 100644 --- a/nixos/hosts/cloud-pc/firewall.nix +++ b/nixos/hosts/cloud-pc/firewall.nix @@ -6,7 +6,7 @@ 139 # Samba (NetBIOS session) 445 # Samba (SMB) 2222 # Gitea SSH - 3002 + 3002 4567 5432 # PostgreSQL 7080 diff --git a/nixos/hosts/mini-pc/firewall.nix b/nixos/hosts/mini-pc/firewall.nix index 4bf43aa..c73f9c9 100644 --- a/nixos/hosts/mini-pc/firewall.nix +++ b/nixos/hosts/mini-pc/firewall.nix @@ -9,7 +9,7 @@ 784 # DNS-over-QUIC 853 # DNS-over-TLS 3001 # Uptime Kuma - 3015 + 3015 10171 # v2raya SOCKS5 LAN 10172 # v2raya HTTP proxy LAN 20171 # v2raya SOCKS5 (localhost)