From 8926e6e565affe5d0a16c8f00b8c67496db70a60 Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 3 Feb 2025 07:19:28 +0100 Subject: [PATCH] Open Authentik port --- modules/services/authentik.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/services/authentik.nix b/modules/services/authentik.nix index 793dc1e..7f62dd0 100644 --- a/modules/services/authentik.nix +++ b/modules/services/authentik.nix @@ -101,6 +101,8 @@ in }; }; + networking.firewall.allowedTCPPorts = [ 9000 ]; + }) (lib.mkIf cfg.proxy.enable {