From 1b2a724a263b7dc7ea4d5ead4a2e0d2811481c9e Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 10 May 2026 20:42:19 +0200 Subject: [PATCH] Fix idp & co, add base ak setup --- modules/server/containers/apps/authentik.nix | 34 +++++++++++++++++++ modules/server/containers/apps/nextcloud.nix | 8 +++-- .../containers/data/authentik/nextcloud.yaml | 8 +++++ 3 files changed, 47 insertions(+), 3 deletions(-) diff --git a/modules/server/containers/apps/authentik.nix b/modules/server/containers/apps/authentik.nix index 2dbaa45..377da12 100644 --- a/modules/server/containers/apps/authentik.nix +++ b/modules/server/containers/apps/authentik.nix @@ -84,6 +84,40 @@ in { # Define the command wrapper AK="${pkgs.podman}/bin/podman --events-backend=none exec -u root authentik-worker ak" + $AK shell <