From 901fe06ea287814a8242c510c351120ff6faffd1 Mon Sep 17 00:00:00 2001 From: goeranh Date: Wed, 21 May 2025 16:02:25 +0200 Subject: [PATCH] use flake outpost instead of docker --- authentik.nix | 3 +++ configuration.nix | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/authentik.nix b/authentik.nix index ed11b4e..e14b58c 100644 --- a/authentik.nix +++ b/authentik.nix @@ -5,6 +5,9 @@ extraGroups = [ "docker" ]; group = "authentik"; }; + services.authentik-ldap = { + enable = true; + }; services.authentik = { enable = true; # The environmentFile needs to be on the target host! diff --git a/configuration.nix b/configuration.nix index a6d8611..d6e4ceb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -159,7 +159,7 @@ services.postfix.relayHost = "141.56.51.14"; - virtualisation.docker.enable = true; + # virtualisation.docker.enable = true; security.acme.acceptTerms = true; security.acme.defaults.email = "cert@stura.htw-dresden.de";