glance: Fix alloy icon

This commit is contained in:
SebastianStork 2026-03-09 23:35:26 +01:00
parent f38cb764e0
commit b4122e5f6b
Signed by: SebastianStork
SSH key fingerprint: SHA256:tRrGdjYOwgHxpSc/wTOZQZEjxcb15P0tyXRsbAfd+2Q

View file

@ -133,7 +133,7 @@ in
meta.services.${cfg.domain} = lib.mkIf (cfg.domain != null) {
name = "Alloy";
icon = "sh:alloy";
icon = "sh:grafana-alloy";
};
};
};