From 1c1f9592754313630a907ade686279a8925e0efe Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 13 Feb 2026 17:54:46 +0100 Subject: [PATCH] auth firewall allow ldaps --- hosts/auth/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/auth/default.nix b/hosts/auth/default.nix index 807ac40..5954d64 100644 --- a/hosts/auth/default.nix +++ b/hosts/auth/default.nix @@ -27,6 +27,7 @@ networking.firewall.allowedTCPPorts = [ 80 443 + 3389 ]; system.stateVersion = "25.05";