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";