From b4122e5f6bd4768abd1aa07e1bbe4f5a094d65d1 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 9 Mar 2026 23:35:26 +0100 Subject: [PATCH] glance: Fix alloy icon --- modules/nixos/services/alloy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/services/alloy.nix b/modules/nixos/services/alloy.nix index 6bcb8cb..71a3b10 100644 --- a/modules/nixos/services/alloy.nix +++ b/modules/nixos/services/alloy.nix @@ -133,7 +133,7 @@ in meta.services.${cfg.domain} = lib.mkIf (cfg.domain != null) { name = "Alloy"; - icon = "sh:alloy"; + icon = "sh:grafana-alloy"; }; }; };