From 80abf0577c962e8d5a71e586f020953f939d90c6 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Wed, 30 Jul 2025 16:53:40 +0200 Subject: enable firewalls --- modules/authentik/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/authentik') diff --git a/modules/authentik/default.nix b/modules/authentik/default.nix index f8fa494..03e58f2 100644 --- a/modules/authentik/default.nix +++ b/modules/authentik/default.nix @@ -66,6 +66,8 @@ in # }; # }; + networking.firewall.allowedTCPPorts = [ 389 636 ]; + security.acme.certs = { "vapor.systems" = { extraDomainNames = [ "*.vapor.systems" ]; -- cgit v1.2.3