Skip to content

Commit 5d1789d

Browse files
committed
Update authentik to 2025.12.4
1 parent f5b7b05 commit 5d1789d

File tree

3 files changed

+44
-20
lines changed

3 files changed

+44
-20
lines changed

components/authentik/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ in {
292292
AUTHENTIK_LISTEN__HTTPS = cfg.web.listeners.https;
293293

294294
AUTHENTIK_COOKIE_DOMAIN = cfg.domain;
295-
296-
AUTHENTIK_SESSION_STORAGE = cfg.sessions.storage;
297295
AUTHENTIK_SESSIONS__UNAUTHENTICATED_AGE = cfg.sessions.unauthenticatedAge;
298296

299297
AUTHENTIK_WEB__WORKERS = builtins.toString cfg.web.workers;

flake.lock

Lines changed: 42 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
77

88
# TODO: remove once PR merged and nixos-unstable updated
9-
# https://github.com/NixOS/nixpkgs/pull/485210
10-
nixpkgs-authentik.url = "github:akrantz01/nixpkgs/authentik/2025.12.1";
9+
# https://github.com/NixOS/nixpkgs/pull/490694
10+
nixpkgs-authentik.url = "github:B4dM4n/nixpkgs/authentik-update";
1111

1212
disko = {
1313
url = "github:nix-community/disko/v1.13.0";

0 commit comments

Comments
 (0)