From 47ffed019c25057c6814898a4f9257eaba5a2f9b Mon Sep 17 00:00:00 2001 From: albert Date: Wed, 8 Jan 2025 21:14:23 +0100 Subject: [PATCH] Update dsm-kmip firewall --- nixos/hosts/nuc-server/firewall.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/nuc-server/firewall.nix b/nixos/hosts/nuc-server/firewall.nix index 6ef99846..683623f4 100644 --- a/nixos/hosts/nuc-server/firewall.nix +++ b/nixos/hosts/nuc-server/firewall.nix @@ -3,9 +3,11 @@ firewall = { enable = true; allowedTCPPorts = [ - 53 # DNS + 53 # DNS 80 # HTTP 443 # HTTPS + 5696 # DSM-KMIP + 5697 # DSM-KMIP Backup ]; interfaces = { tailscale0= {