From 6bae5d0c64e79613e90942abc331cb440f963552 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 19 Oct 2025 12:18:24 +0200 Subject: [PATCH] style(self_host/monitor): Changing the oauth name --- services/self_host/monitor.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/self_host/monitor.nix b/services/self_host/monitor.nix index 67d1301..364cfef 100644 --- a/services/self_host/monitor.nix +++ b/services/self_host/monitor.nix @@ -45,7 +45,7 @@ in "auth.generic_oauth" = { enabled = true; - name = "Authentik"; + name = "Enium"; allow_sign_up = true; client_id = "$__file{${authentik-grafana-id}}";