From 65485e1c47374b64a969a4b1d49bc464b647314b Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 26 Jan 2026 10:36:07 -0500 Subject: [PATCH] Add settings to Grafana after configuring Pocket ID in UI In the UI, I setup the "OAuth" method of logging in, logged in, used my local account to up my permissions to administrator, then added these settings so that only my Pocket ID-based login was an option. --- modules/hosts/nixos/nixnuc/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/hosts/nixos/nixnuc/default.nix b/modules/hosts/nixos/nixnuc/default.nix index b1f9753..3921f53 100644 --- a/modules/hosts/nixos/nixnuc/default.nix +++ b/modules/hosts/nixos/nixnuc/default.nix @@ -222,6 +222,10 @@ in { grafana = { enable = true; settings = { + auth = { + disable_login_form = true; + oauth_auto_login = true; + }; server = { domain = "monitoring.${home_domain}"; http_addr = "0.0.0.0";