mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
glance: Fix alertmanager icon
This commit is contained in:
parent
b3a1a8bb41
commit
7163a31175
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ in
|
||||||
|
|
||||||
meta.services.${cfg.domain} = {
|
meta.services.${cfg.domain} = {
|
||||||
name = "Alertmanager";
|
name = "Alertmanager";
|
||||||
icon = "sh:alertmanager";
|
icon = "sh:prometheus";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue