From 9031c8774b76b84d14d8f5ca5c468daff910b989 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sun, 6 Oct 2024 13:20:00 +0300 Subject: [PATCH] feat(systems/hosts/metrics): grafana default theme light --- systems/hosts/metrics/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/hosts/metrics/default.nix b/systems/hosts/metrics/default.nix index 430a959..ed103af 100644 --- a/systems/hosts/metrics/default.nix +++ b/systems/hosts/metrics/default.nix @@ -172,6 +172,7 @@ in { }; "auth.anonymous".enabled = true; security.allow_embedding = true; + users.default_theme = "light"; }; }; -- 2.44.1