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/ntfy.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'modules/ntfy.nix') diff --git a/modules/ntfy.nix b/modules/ntfy.nix index 5739855..e3de72e 100644 --- a/modules/ntfy.nix +++ b/modules/ntfy.nix @@ -1,5 +1,6 @@ { config, + inputs, lib, libNginx, this, @@ -76,5 +77,14 @@ in optionalString cfg.prometheus.enable "${address}:${toString port}"; }; }; + + topology = with cfg; { + nodes.${this.hostname}.services.ntfy = { + name = "ntfy"; + icon = "${inputs.homelab-svg-assets}/assets/ntfy.svg"; + info = domain; + details.listen.text = config.services.ntfy-sh.settings.listen-http; + }; + }; }; } -- cgit 1.4.1