Temp fix for Authentik
All checks were successful
Auto Update Build / build (pull_request) Successful in 35m5s

Waiting for PR https://github.com/nix-community/authentik-nix/pull/86
This commit is contained in:
pazpi 2026-01-19 13:05:07 +01:00
parent 625c0e0367
commit edf5f148f6
4 changed files with 52 additions and 39 deletions

View file

@ -71,7 +71,7 @@ let
hostModule = cfg.module;
unstable = cfg.unstable or false;
extraModules = cfg.extraModules or [ ];
specialArgs = cfg.specialArgs or { };
specialArgs = { inherit authentik-nix; } // (cfg.specialArgs or { });
}
) hostDefs;