mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
glance: Fix alloy icon
This commit is contained in:
parent
f38cb764e0
commit
b4122e5f6b
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ in
|
||||||
|
|
||||||
meta.services.${cfg.domain} = lib.mkIf (cfg.domain != null) {
|
meta.services.${cfg.domain} = lib.mkIf (cfg.domain != null) {
|
||||||
name = "Alloy";
|
name = "Alloy";
|
||||||
icon = "sh:alloy";
|
icon = "sh:grafana-alloy";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue