diff --git a/hosts/authentik/authentik.nix b/hosts/authentik/authentik.nix index 48734e7..5891b18 100644 --- a/hosts/authentik/authentik.nix +++ b/hosts/authentik/authentik.nix @@ -11,6 +11,9 @@ extraGroups = [ "docker" ]; group = "authentik"; }; + + virtualisation.docker.enable = true; + systemd.services = { authentik-secrets-setup = { enable = true; @@ -39,6 +42,7 @@ }; }; + services.nginx = { enable = true; virtualHosts = {