Fix blueprints

This commit is contained in:
soraefir
2026-05-10 18:51:58 +02:00
parent fa808f3eb2
commit 4c2ef6e264
3 changed files with 23 additions and 9 deletions

View File

@@ -84,8 +84,8 @@ in {
# Define the command wrapper
AK="${pkgs.podman}/bin/podman --events-backend=none exec -u root authentik-worker ak"
$AK blueprint_apply /blueprints/custom/traefik.yaml
${lib.optionalString (serverCfg.containers ? nextcloud) ''$AK blueprint_apply /blueprints/custom/nextcloud.yaml''}
$AK apply_blueprint /blueprints/custom/traefik.yaml
${lib.optionalString (serverCfg.containers ? nextcloud) ''$AK apply_blueprint /blueprints/custom/nextcloud.yaml''}
echo "Completed Authentik Setup"
'';