Remove temp fix for authentik and 2025.10
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled

This commit is contained in:
pazpi 2026-02-15 23:37:11 +01:00
parent 49eb3ba2f0
commit f834fe984b
No known key found for this signature in database
3 changed files with 26 additions and 36 deletions

View file

@ -93,28 +93,8 @@ in
services.authentik =
# Waiting for PR https://github.com/nix-community/authentik-nix/pull/86
let
customAuthentikScope = authentik-nix.lib.mkAuthentikScope {
inherit pkgs;
};
# Override the scope to change gopkgs
overriddenScope = customAuthentikScope.overrideScope (
final: prev: {
authentikComponents = prev.authentikComponents // {
gopkgs = prev.authentikComponents.gopkgs.override {
buildGo125Module = pkgs.buildGo125Module;
};
};
}
);
in
{
enable = true;
# Waiting for PR https://github.com/nix-community/authentik-nix/pull/86
inherit (overriddenScope) authentikComponents;
environmentFile = cfg.envFile;
settings = {
email = cfg.email;