From 2a0ac5eb712706bbdf87a5639bc00054048432b0 Mon Sep 17 00:00:00 2001 From: goeranh Date: Fri, 7 Nov 2025 14:51:49 +0100 Subject: [PATCH] enable docker on authentik --- hosts/authentik/authentik.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 = {