From 642afd6f3485bae8e55816e2741e6818ba52899a Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 26 Sep 2023 13:52:10 +0000 Subject: [PATCH] ntfy: subscribe to the non-443 port --- hosts/common/programs/ntfy-sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/programs/ntfy-sh.nix b/hosts/common/programs/ntfy-sh.nix index 590f4a9a..dfb2a89d 100644 --- a/hosts/common/programs/ntfy-sh.nix +++ b/hosts/common/programs/ntfy-sh.nix @@ -28,7 +28,7 @@ in path = [ cfg.package ]; script = '' topic=$(cat ~/.config/ntfy-sh/topic) - ntfy sub "https://ntfy.uninsane.org/$topic" + ntfy sub "https://ntfy.uninsane.org:2587/$topic" ''; serviceConfig = { Type = "simple";