From 389becf9700d3dee7f09073ce4d235fc7c30b5c8 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sun, 5 May 2024 14:28:31 +0300 Subject: 2024-05-05 --- modules/alertmanager.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/alertmanager.nix') diff --git a/modules/alertmanager.nix b/modules/alertmanager.nix index 022f631..e5366e5 100644 --- a/modules/alertmanager.nix +++ b/modules/alertmanager.nix @@ -3,7 +3,6 @@ inputs, lib, libNginx, - pkgs, this, ... }: @@ -90,10 +89,7 @@ in topology = with cfg; { nodes.${this.hostname}.services.alertmanager = { name = "Alertmanager"; - icon = pkgs.fetchurl { - url = "https://www.svgrepo.com/download/354219/prometheus.svg"; - sha256 = "sha256-4n3v95vfHYz65Hh/8BeRf4T++EGdOLKHuwVuusYt9dc="; - }; + icon = "${inputs.homelab-svg-assets}/assets/prometheus.svg"; info = domain; details.listen.text = "127.0.0.1:${toString port}"; }; -- cgit v1.2.3