feat: authentik

This commit is contained in:
m3tm3re
2026-02-28 10:06:42 +01:00
parent a9022a4f55
commit 674ce6957c
13 changed files with 84 additions and 221 deletions

View File

@@ -1,6 +1,5 @@
{
config,
lib,
pkgs,
...
}: let
@@ -42,7 +41,7 @@
auth = {
issuer = "https://${domain}/oauth2";
# localAuthDisabled = true;
localAuthDisabled = true;
signKeyRefreshEnabled = true;
dashboardRedirectURIs = [
"https://${domain}/nb-auth"