Open Authentik port

This commit is contained in:
= 2025-02-03 07:19:28 +01:00
parent f1eefafa3a
commit 8926e6e565

View file

@ -101,6 +101,8 @@ in
}; };
}; };
networking.firewall.allowedTCPPorts = [ 9000 ];
}) })
(lib.mkIf cfg.proxy.enable { (lib.mkIf cfg.proxy.enable {