Remove temp fix for authentik and 2025.10
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled
This commit is contained in:
parent
49eb3ba2f0
commit
f834fe984b
3 changed files with 26 additions and 36 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue