From 69fac057b2e553ee17c9a09b822d735823d65a6c Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 1 Oct 2025 14:42:09 +0200 Subject: [PATCH] update: 2025.8.3 -> 2025.8.4 ChangeLog: https://github.com/goauthentik/authentik/releases/tag/version%2F2025.8.4 --- flake.lock | 8 ++++---- flake.nix | 4 ++-- module.nix | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 0694271..e094ffd 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1758035356, - "narHash": "sha256-DkvxDwHCfSqEpZ9rRXNR8MP0Mz/y1kHAr38exrHQ39c=", + "lastModified": 1759190535, + "narHash": "sha256-pIzDaoDWc58cY/XhsyweCwc4dfRvkaT/zqsV1gDSnCI=", "owner": "goauthentik", "repo": "authentik", - "rev": "680feaefa17934471a6b33ebc35caf5b64120404", + "rev": "8d3a289d12c7de2f244c76493af7880f70d08af2", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2025.8.3", + "ref": "version/2025.8.4", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index 8d7627d..fec9429 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2025.8.3"; + url = "github:goauthentik/authentik/version/2025.8.4"; flake = false; }; }; @@ -67,7 +67,7 @@ ... }: let - authentik-version = "2025.8.3"; # to pass to the drvs of some components + authentik-version = "2025.8.4"; # to pass to the drvs of some components in { systems = import inputs.systems; diff --git a/module.nix b/module.nix index 39620d0..43294aa 100644 --- a/module.nix +++ b/module.nix @@ -364,8 +364,8 @@ in environment { TZ = tz; - AUTHENTIK_LISTEN__LISTEN_HTTP = cfg.worker.listenHTTP; - AUTHENTIK_LISTEN__LISTEN_METRICS = cfg.worker.listenMetrics; + AUTHENTIK_LISTEN__HTTP = cfg.worker.listenHTTP; + AUTHENTIK_LISTEN__METRICS = cfg.worker.listenMetrics; } ]; serviceConfig = mkMerge [